diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 15:23:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 15:23:09 +0000 |
commit | 0b5115cb89864e03245af9cd7dc576a4f568da06 (patch) | |
tree | af4d9712a9841644fd8fa11c0910bdab55975a31 /sys/arch | |
parent | e67052d56867e39cde3445ba50a65d855604d804 (diff) |
No more a.out symbols support in ddb.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/db_machdep.h | 3 | ||||
-rw-r--r-- | sys/arch/sparc/include/db_machdep.h | 6 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h index 6eb9131958b..90ccff8dd3b 100644 --- a/sys/arch/hppa/include/db_machdep.h +++ b/sys/arch/hppa/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.14 2005/01/06 21:08:44 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.15 2005/04/19 15:23:07 miod Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -31,7 +31,6 @@ #include <uvm/uvm_extern.h> -#define DB_AOUT_SYMBOLS #define DB_ELF_SYMBOLS #define DB_ELFSIZE 32 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 |