[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.
This commit is contained in:
Stefan Hajnoczi
2008-06-04 20:52:38 +01:00
committed by Michael Brown
parent 1a68d3fef3
commit 842165ef76
3 changed files with 0 additions and 37 deletions

View File

@@ -198,6 +198,3 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
#ifdef DUMP_GDBSYM
REQUIRE_OBJECT ( gdbsym );
#endif