diff options
author | Stu Grossman <grossman@cygnus> | 1998-12-19 17:56:40 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1998-12-19 17:56:40 +0000 |
commit | 0e52a532e4c7ed810f839d05d16b7c03e935a706 (patch) | |
tree | 4dba2eb14e97afaa1430fc1cdd682f1dbea12285 /gdb/ChangeLog | |
parent | 27f6ea6995a19dc779da3f761569d6780d0d6f2c (diff) | |
download | gdb-0e52a532e4c7ed810f839d05d16b7c03e935a706.zip gdb-0e52a532e4c7ed810f839d05d16b7c03e935a706.tar.gz gdb-0e52a532e4c7ed810f839d05d16b7c03e935a706.tar.bz2 |
* mips-tdep.c (mips32_heuristic_proc_desc): Clear temp_saved_regs
on restart. Fixes problem with backtracing through functions that
use virtual frame pointers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d17304..3acdc14 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ +Sat Dec 19 09:55:09 1998 Stu Grossman <grossman@babylon-5.cygnus.com> + + * mips-tdep.c (mips32_heuristic_proc_desc): Clear temp_saved_regs + on restart. Fixes problem with backtracing through functions that + use virtual frame pointers. + Fri Dec 18 14:23:34 1998 Andrew Cagney <cagney@chook> + * mips-tdep.c (mips_push_arguments): Don't left-shift small + structs being passed in a register when an O64 target. + * config/mips/tm-mips.h (enum mips_fpu_type, mips_fpu): Move to mips-tdep.c. |