From 7a0155cab821a6bc2102123c02f72e705df1f4cd Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Thu, 25 Jul 2024 20:50:19 +0200 Subject: Update TODO --- bxgen.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3