aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3a2f2d5..a164857 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2004-05-01 Mark Kettenis <kettenis@gnu.org>
+
+ Add OpenBSD/m68k support.
+ * NEWS (New native configurations): Mention OpenBSD/m68k.
+ * m68kbsd-tdep.c: New file.
+ * m68kbsd-nat.c: New file.
+ * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
+ (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
+ * configure.host: Add m68k-*-openbsd.
+ * configure.tgt: Add m68k-*-openbsd.
+ * config/m68k/tm-obsd.h: New file.
+ * config/m68k/obsd.mt: New file.
+ * config/m68k/obsd.mh: New file.
+ * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
+ m68kbsd-tdep.c.
+
2004-04-30 Andrew Cagney <cagney@redhat.com>
* mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.