diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63a0bab..11a7974 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,13 @@ 2004-09-03 Andrew Cagney <cagney@gnu.org> + * mips-tdep.c (after_prologue): Replace proc_desc parameter with + local variable. + (mips_skip_prologue): Update. + * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete "cur_frame" parameter. - (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache): + (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache): + (mips_insn32_frame_cache, find_proc_desc): Update * config/vax/nm-obsd.h: Delete file. * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h. |