diff options
author | Per Bothner <per@bothner.com> | 1992-01-12 21:10:42 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-01-12 21:10:42 +0000 |
commit | 488d2691c780dbaf842eaf187d6a097a916e9869 (patch) | |
tree | c121f6c742059220fdba6cbefe1e6bde3eed3339 /gdb | |
parent | e59aa15a0ac455d3d4fe1b77d562505f7c5039f6 (diff) | |
download | gdb-488d2691c780dbaf842eaf187d6a097a916e9869.zip gdb-488d2691c780dbaf842eaf187d6a097a916e9869.tar.gz gdb-488d2691c780dbaf842eaf187d6a097a916e9869.tar.bz2 |
* mips-tdep.c (mips_skip_prologue): Add some number of
'sw' instructions before 'addiu' adjusts the stack.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 497495d..e554647 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 12 13:08:36 1992 Per Bothner (bothner at cygnus.com) + + * mips-tdep.c (mips_skip_prologue): Add some number of + 'sw' instructions before 'addiu' adjusts the stack. + Fri Jan 10 13:47:06 1992 Fred Fish (fnf at cygnus.com) * dwarfread.c (start_symtab, end_symtab, scopecount, openscope, |