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/m88k/include | |
parent | 0b5115cb89864e03245af9cd7dc576a4f568da06 (diff) |
Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide
DB_AOUT_SYMBOLS.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r-- | sys/arch/m88k/include/db_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/m88k/include/db_machdep.h b/sys/arch/m88k/include/db_machdep.h index fa4520db642..25517ac8e0a 100644 --- a/sys/arch/m88k/include/db_machdep.h +++ b/sys/arch/m88k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.3 2005/01/04 21:32:40 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.4 2005/04/19 15:23:37 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -131,6 +131,8 @@ void db_clear_single_step(db_regs_t *); int m88k_print_instruction(unsigned iadr, long inst); +#define DB_AOUT_SYMBOLS + #endif /* DDB */ #endif /* _LOCORE */ |