diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 03:53:46 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-09 03:53:46 +0000 |
commit | dd99f8e4b2fba127ae6b01a832094d5d0ec6cb03 (patch) | |
tree | c40aec0a0282d0882fab5be1a63470454249abda /gdb/ChangeLog | |
parent | 5632cd5692c956990aa2c9bbfe57ab8b6db56e64 (diff) | |
download | gdb-dd99f8e4b2fba127ae6b01a832094d5d0ec6cb03.zip gdb-dd99f8e4b2fba127ae6b01a832094d5d0ec6cb03.tar.gz gdb-dd99f8e4b2fba127ae6b01a832094d5d0ec6cb03.tar.bz2 |
* sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
stuff, just write the sp and fp.
(sparc_pop_frame): Skip the do_restore_insn; we already restore
the sp with the other out registers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 44390a1..086d7cd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ Thu Jul 8 14:48:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn + stuff, just write the sp and fp. + (sparc_pop_frame): Skip the do_restore_insn; we already restore + the sp with the other out registers. + * hppa-tdep.c (hppa_push_arguments): Allocate enough space for arguments. |