From cd86f005ee31fd6e9bfdb378cf3fba22964a6598 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 9 Feb 2023 02:28:49 -0500 Subject: Remove a.out support for ddb We haven't built gnumach using a.out for a very long time. Message-Id: --- ddb/db_sym.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ddb/db_sym.c') 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 #include #include -#include #include #include /* 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,}, -- cgit v1.2.3