diff options
author | Stefan Hajnoczi <stefanha@gmail.com> | 2008-06-04 20:52:38 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-06-05 00:45:32 +0100 |
commit | 842165ef7624f20b85e58f3d9c56d9110be0ae15 (patch) | |
tree | 682fdd512827c4599b82a88d2a1dcbc5e9b59b77 /src/config.h | |
parent | 1a68d3fef3e48b67448404df11a6dacbb34e6053 (diff) | |
download | ipxe-842165ef7624f20b85e58f3d9c56d9110be0ae15.tar.gz |
[GDBSYM] Remove unused gdbsym.c
The GDBSYM config.h option was an attempt at QEMU GDB debugging. I have
removed the code since it is unused and may confuse people wanting to
use the GDB stub.
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 9a447ad5..2d8faa68 100644 --- a/src/config.h +++ b/src/config.h @@ -164,6 +164,5 @@ #undef BUILD_ID /* Include a custom build ID string, * e.g "test-foo" */ #undef NULL_TRAP /* Attempt to catch NULL function calls */ -#undef DUMP_GDBSYM /* Dump GDB symbol table information */ /* @END general.h */ |