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/hppa | |
parent | e67052d56867e39cde3445ba50a65d855604d804 (diff) |
No more a.out symbols support in ddb.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 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 |