summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include/db_machdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m68k/include/db_machdep.h')
-rw-r--r--sys/arch/m68k/include/db_machdep.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/m68k/include/db_machdep.h b/sys/arch/m68k/include/db_machdep.h
index 250d1cf354c..19d385b4233 100644
--- a/sys/arch/m68k/include/db_machdep.h
+++ b/sys/arch/m68k/include/db_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_machdep.h,v 1.11 2010/11/27 19:57:23 miod Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.12 2013/02/02 13:32:06 miod Exp $ */
/* $NetBSD: db_machdep.h,v 1.20 1997/06/26 01:26:58 thorpej Exp $ */
/*
@@ -102,9 +102,7 @@ int kdb_trap(int, db_regs_t *);
#endif /* _KERNEL */
-/*
- * We use a.out symbols in DDB.
- */
-#define DB_AOUT_SYMBOLS
+#define DB_ELF_SYMBOLS
+#define DB_ELFSIZE 32
#endif /* _M68K_DB_MACHDEP_H_ */