summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include/db_machdep.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-07-06 07:46:32 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-07-06 07:46:32 +0000
commit4ab9be160e47d8a43e9972f72dcf8ed0ef8c9490 (patch)
tree4c425303269fe2d3436f0969b452f4ec607e9376 /sys/arch/m68k/include/db_machdep.h
parentaa19b57f6091518fcdf3122551561a7a80f613e7 (diff)
Sync with NetBSD changes, 970415 - 970705.
This includes a new asm.h, as well as even more code abstracted from hp300. These changes are likely to break ports that don't know about them; hp300 runs at the moment.
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_ */