diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1ef2181..a183b7e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com> + + * rs6000-tdep.c (pop_frame): Correctly find the registers saved in + the stack frame. Their offset from the previous stack frame is in + fdata.gpr_offset and fdata.fpr_offset, not fdata.offset. + (gdb.base/return.exp) + * config/rs6000/tm-rs6000.h: Doc fixes. + 1998-12-03 Jason Molenda (jsm@bugshack.cygnus.com) * monitor.c (monitor_read_memory): Zero out pattern buffers |