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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/db_machdep.h b/sys/arch/m68k/include/db_machdep.h
index de2907190e3..fcf4b0e09dd 100644
--- a/sys/arch/m68k/include/db_machdep.h
+++ b/sys/arch/m68k/include/db_machdep.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: db_machdep.h,v 1.4 1997/03/21 00:36:36 niklas Exp $ */
-/* $NetBSD: db_machdep.h,v 1.19 1997/02/18 22:29:58 gwr Exp $ */
+/* $OpenBSD: db_machdep.h,v 1.5 1997/07/06 07:46:25 downsj Exp $ */
+/* $NetBSD: db_machdep.h,v 1.20 1997/06/26 01:26:58 thorpej Exp $ */
/*
* Mach Operating System
@@ -102,4 +102,9 @@ int kdb_trap __P((int, db_regs_t *));
#endif /* _KERNEL */
+/*
+ * We use a.out symbols in DDB.
+ */
+#define DB_AOUT_SYMBOLS
+
#endif /* _M68K_DB_MACHDEP_H_ */