diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-25 20:50:19 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-25 20:50:19 +0200 |
commit | 7a0155cab821a6bc2102123c02f72e705df1f4cd (patch) | |
tree | ae65b3b789de7828d7ade5e49b16558cbc78b563 | |
parent | 41807a7f1e7c2336196636ad1a72b1d9c32a8ea5 (diff) | |
download | bxgen-7a0155cab821a6bc2102123c02f72e705df1f4cd.zip |
Update TODO
-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) |