diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-22 05:00:05 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-22 05:00:05 +0000 |
commit | 70c7ec2eda37932975ba65402e2f5d4f15c11c38 (patch) | |
tree | 8b31f3cf60ef081870e5a047a7a465eca2799998 | |
parent | 7a0405b9898d4ea476737d878d80736ac6bc1d28 (diff) | |
download | binutils-70c7ec2eda37932975ba65402e2f5d4f15c11c38.zip binutils-70c7ec2eda37932975ba65402e2f5d4f15c11c38.tar.gz binutils-70c7ec2eda37932975ba65402e2f5d4f15c11c38.tar.bz2 |
* mipsread.c (parse_symbol): when stTypedef and friends occur within
an stBlock, skip over the fields of the inner one.
* mips-tdep.c (init_extra_frame_info): If in lenient prologue, call
heuristic_proc_desc rather than just assuming registers not saved.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a47faac..9d62b78 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Wed Jul 21 11:37:30 1993 Jim Kingdon (kingdon@deneb.cygnus.com) + * mipsread.c (parse_symbol): when stTypedef and friends occur within + an stBlock, skip over the fields of the inner one. + + * mips-tdep.c (init_extra_frame_info): If in lenient prologue, call + heuristic_proc_desc rather than just assuming registers not saved. + * Makefile.in (regex.o): Add dependency. * hppa{b,h}-nat.c: Warning, not error, if can't access registers. |