summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-08-11 23:05:20 +0000
committerart <art@openbsd.org>2002-08-11 23:05:20 +0000
commitcdf5d3533095156125938f5ab0490d817bf9637a (patch)
tree2e3f6653784ee5d71ed299dac17e4ca8cac3668f
parentChange to ELF-style linking. (diff)
downloadwireguard-openbsd-cdf5d3533095156125938f5ab0490d817bf9637a.tar.xz
wireguard-openbsd-cdf5d3533095156125938f5ab0490d817bf9637a.zip
ELF support for DDB.
-rw-r--r--sys/arch/sparc/include/db_machdep.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/include/db_machdep.h b/sys/arch/sparc/include/db_machdep.h
index fa8860c157d..b73d1a1c311 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.8 2002/03/14 01:26:43 millert Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.9 2002/08/11 23:05:20 art Exp $ */
/* $NetBSD: db_machdep.h,v 1.10 1997/08/31 21:23:40 pk Exp $ */
/*
@@ -93,6 +93,8 @@ 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
/*