summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-04-19 15:23:09 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-04-19 15:23:09 +0000
commit0b5115cb89864e03245af9cd7dc576a4f568da06 (patch)
treeaf4d9712a9841644fd8fa11c0910bdab55975a31 /sys/arch/sparc
parente67052d56867e39cde3445ba50a65d855604d804 (diff)
No more a.out symbols support in ddb.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/db_machdep.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/include/db_machdep.h b/sys/arch/sparc/include/db_machdep.h
index 06be774a2a7..7624b24ecfa 100644
--- a/sys/arch/sparc/include/db_machdep.h
+++ b/sys/arch/sparc/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.11 2005/01/04 21:14:35 espie Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.12 2005/04/19 15:23:08 miod Exp $ */
/* $NetBSD: db_machdep.h,v 1.10 1997/08/31 21:23:40 pk Exp $ */
/*
@@ -86,10 +86,6 @@ extern db_regs_t ddb_regs; /* register state */
void db_machine_init(void);
int kdb_trap(int, struct trapframe *);
-/*
- * We use a.out symbols in DDB.
- */
-#define DB_AOUT_SYMBOLS
#define DB_ELF_SYMBOLS
#define DB_ELFSIZE 32