aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6307319..a98c1d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2005-12-22 Mark Kettenis <kettenis@gnu.org>
+
+ * amd64obsd-tdep.c: Include "frame-unwind.h" and "trad-frame.h".
+ (amd64obsd_tf_reg_offset): New define.
+ (amd64obsd_trapframe_cache, amd64obsd_trapframe_this_id)
+ (amd64obsd_trapframe_prev_register, amd64obsd_trapframe_sniffer):
+ New functions.
+ (amd64obsd_trapframe_unwind): New variable.
+ (amd64obsd_init_abi): Prepend amd64obsd_trapframe_unwind.
+ * Makefile.in (amd64obsd-tdep.o): Update dependencies.
+
2005-12-20 Jim Blandy <jimb@redhat.com>
* rs6000-tdep.c (rs6000_gdbarch_init): Doc fix.