summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)