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/arm/include/db_machdep.h | |
parent | 0b5115cb89864e03245af9cd7dc576a4f568da06 (diff) |
Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide
DB_AOUT_SYMBOLS.
Diffstat (limited to 'sys/arch/arm/include/db_machdep.h')
-rw-r--r-- | sys/arch/arm/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/arm/include/db_machdep.h b/sys/arch/arm/include/db_machdep.h index ecd37bc6383..a91664c1708 100644 --- a/sys/arch/arm/include/db_machdep.h +++ b/sys/arch/arm/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.4 2005/01/05 15:49:30 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.5 2005/04/19 15:23:34 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.5 2001/11/22 18:00:00 thorpej Exp $ */ /* @@ -110,7 +110,6 @@ void db_machine_init (void); #define DB_ELF_SYMBOLS #define DB_ELFSIZE 32 -#define DB_NO_AOUT void db_show_frame_cmd (db_expr_t, int, db_expr_t, char *); |