summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-25 20:50:19 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-25 20:50:19 +0200
commit7a0155cab821a6bc2102123c02f72e705df1f4cd (patch)
treeae65b3b789de7828d7ade5e49b16558cbc78b563
parent41807a7f1e7c2336196636ad1a72b1d9c32a8ea5 (diff)
downloadbxgen-7a0155cab821a6bc2102123c02f72e705df1f4cd.zip
Update TODO
-rwxr-xr-xbxgen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bxgen.c b/bxgen.c
index 3200fc6..47ea9d2 100755
--- a/bxgen.c
+++ b/bxgen.c
@@ -29,6 +29,7 @@
#/ - ELF + x86_64 executable
#/ - x86_64 object file
#/ - Linking libraries
+#/ - GNU ld script
#/ - Unused dependencies elimination
#/ - String table for names and arrays
#/ - Proper prefixes for identifiers
@@ -3218,6 +3219,7 @@ c8 *l_find(c8 *name) {
FILE *f = fopen(buf, "rb"); \
if (f == NULL) break; \
fclose(f); \
+ BX_LOG(VERBOSE, "Found library: %s", buf); \
return buf; \
} while (0)