diff options
Diffstat (limited to 'ddb/db_sym.c')
-rw-r--r-- | ddb/db_sym.c | 8 |
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,}, |