summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-09 05:29:53 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-09 05:29:53 +0000
commitedfae06341a087244f28127674aba54f20912885 (patch)
treec087b9db1881163b75f2fba50980fd3d755f0f4d /gdb/ChangeLog
parent6764ddad5af55fc8f87009d4af8d2afcc034cbd7 (diff)
downloadbinutils-gdb-edfae06341a087244f28127674aba54f20912885.tar.gz
2004-02-09 Andrew Cagney <cagney@redhat.com>
* Makefile.in (mips-tdep.o): Update dependencies. * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and "trad-frame.h". (mips_unwind_pc): Return the pseudo PC register. (mips_unwind_dummy_id): New function. (mips16_fetch_instruction): New function. (mips32_fetch_instruction): New function. (struct mips_frame_cache): Define. (mips_mdebug_frame_cache): New function. (mips_mdebug_frame_this_id): New function. (mips_mdebug_frame_prev_register): New function. (mips_mdebug_frame_unwind): Define. (mips_mdebug_frame_sniffer): New function. (mips_mdebug_frame_base_address): New function. (mips_mdebug_frame_base): Define. (mips_mdebug_frame_base_sniffer): New function. (mips_gdbarch_init): Append unwind and base sniffers. Set unwind_dummy_id.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 909eb8d29ad..55927f61dd8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,24 @@
+2004-02-09 Andrew Cagney <cagney@redhat.com>
+
+ * Makefile.in (mips-tdep.o): Update dependencies.
+ * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
+ "trad-frame.h".
+ (mips_unwind_pc): Return the pseudo PC register.
+ (mips_unwind_dummy_id): New function.
+ (mips16_fetch_instruction): New function.
+ (mips32_fetch_instruction): New function.
+ (struct mips_frame_cache): Define.
+ (mips_mdebug_frame_cache): New function.
+ (mips_mdebug_frame_this_id): New function.
+ (mips_mdebug_frame_prev_register): New function.
+ (mips_mdebug_frame_unwind): Define.
+ (mips_mdebug_frame_sniffer): New function.
+ (mips_mdebug_frame_base_address): New function.
+ (mips_mdebug_frame_base): Define.
+ (mips_mdebug_frame_base_sniffer): New function.
+ (mips_gdbarch_init): Append unwind and base sniffers. Set
+ unwind_dummy_id.
+
2004-02-08 Andrew Cagney <cagney@redhat.com>
* frame.c: Print both the register number and name.