aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_sym.c
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-02-09 02:28:49 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-02-09 23:56:22 +0100
commitcd86f005ee31fd6e9bfdb378cf3fba22964a6598 (patch)
tree598ddb3d121e7de5c5cd7e0c692c671a8f9e4115 /ddb/db_sym.c
parent86064b6ea5613e919918e31a992dcb764bca24b5 (diff)
downloadgnumach-cd86f005ee31fd6e9bfdb378cf3fba22964a6598.tar.gz
gnumach-cd86f005ee31fd6e9bfdb378cf3fba22964a6598.tar.bz2
gnumach-cd86f005ee31fd6e9bfdb378cf3fba22964a6598.zip
Remove a.out support for ddb
We haven't built gnumach using a.out for a very long time. Message-Id: <Y+SgsQ3y8pPqfxRV@jupiter.tail36e24.ts.net>
Diffstat (limited to 'ddb/db_sym.c')
-rw-r--r--ddb/db_sym.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/ddb/db_sym.c b/ddb/db_sym.c
index a247b645..f0adb0c2 100644
--- a/ddb/db_sym.c
+++ b/ddb/db_sym.c
@@ -37,7 +37,6 @@
#include <ddb/db_output.h>
#include <ddb/db_sym.h>
#include <ddb/db_task_thread.h>
-#include <ddb/db_aout.h>
#include <ddb/db_elf.h>
#include <vm/vm_map.h> /* vm_map_t */
@@ -513,13 +512,8 @@ static boolean_t dummy_db_sym_init(char *a, char *b, const char *c, char *d) {
struct db_sym_switch x_db[] = {
- /* BSD a.out format (really, sdb/dbx(1) symtabs) */
-#ifdef DB_NO_AOUT
+ /* BSD a.out format (really, sdb/dbx(1) symtabs) not supported */
{ 0,},
-#else /* DB_NO_AOUT */
- { aout_db_sym_init, aout_db_lookup, aout_db_search_symbol,
- aout_db_line_at_pc, aout_db_symbol_values, dummy_db_free_symbol },
-#endif /* DB_NO_AOUT */
{ 0,},