diff options
-rwxr-xr-x | bxgen.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |