aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-10-11 02:04:23 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-10-11 02:04:23 +0000
commitc68a4142534e3a8d588f12ad8b279e559bd320d7 (patch)
tree5da74a5610177b747686a8fdeee45feca19f04aa /gdb/ChangeLog
parent1da212d6fb911a6b167ffe3d76fcb195525adfdd (diff)
downloadgdb-c68a4142534e3a8d588f12ad8b279e559bd320d7.zip
gdb-c68a4142534e3a8d588f12ad8b279e559bd320d7.tar.gz
gdb-c68a4142534e3a8d588f12ad8b279e559bd320d7.tar.bz2
* mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
Update comments. Also immediately return empty cache when the start address of our function could not be found. (mips_insn32_frame_cache): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e8ac361..058de09 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2004-10-10 Joel Brobecker <brobecker@gnat.com>
+ * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
+ Update comments. Also immediately return empty cache when the start
+ address of our function could not be found.
+ (mips_insn32_frame_cache): Likewise.
+
+2004-10-10 Joel Brobecker <brobecker@gnat.com>
+
* mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
(mips_insn16_frame_cache): Pass frame cache in call to
heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.