diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-03-07 21:32:47 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-03-07 21:32:47 +0000 |
commit | 6de5b84957916be0222321dbfff7ab92734bc2d8 (patch) | |
tree | 31656faebecb537650ad3e1dbefd78151b0c23b7 /gdb/ChangeLog | |
parent | 15344ad7481480019fb6d06ff384407c008b8b04 (diff) | |
download | gdb-6de5b84957916be0222321dbfff7ab92734bc2d8.zip gdb-6de5b84957916be0222321dbfff7ab92734bc2d8.tar.gz gdb-6de5b84957916be0222321dbfff7ab92734bc2d8.tar.bz2 |
* mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
Revert the previous change that had some unexpected side-effects
on mips32.
(mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
function to get the address of the calling instruction.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ec6c70..b175619 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-03-07 Joel Brobecker <brobecker@adacore.com> + + * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer): + Revert the previous change that had some unexpected side-effects + on mips32. + (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper + function to get the address of the calling instruction. + 2007-03-07 Denis Pilat <denis.pilat@st.com> * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace |