diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 15:23:38 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 15:23:38 +0000 |
commit | a1550a70da670eeb3484a2165d0ed4bc19473958 (patch) | |
tree | 8818c9234b71ddfea69471235ebde41a1f52c656 /sys/arch/mips64 | |
parent | 0b5115cb89864e03245af9cd7dc576a4f568da06 (diff) |
Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide
DB_AOUT_SYMBOLS.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/db_machdep.h b/sys/arch/mips64/include/db_machdep.h index a0ee99e5b3e..13012610c2b 100644 --- a/sys/arch/mips64/include/db_machdep.h +++ b/sys/arch/mips64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.7 2005/01/31 21:35:49 grange Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.8 2005/04/19 15:23:37 miod Exp $ */ /* * Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se) @@ -35,7 +35,6 @@ #define DB_MACHINE_COMMANDS /* We have machine specific commands */ #define DB_ELF_SYMBOLS /* Elf style symbol table support */ -#define DB_NO_AOUT /* For crying out loud! */ typedef struct trap_frame db_regs_t; extern db_regs_t ddb_regs; |