diff options
author | Jim Blandy <jimb@codesourcery.com> | 1998-12-07 20:28:31 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 1998-12-07 20:28:31 +0000 |
commit | 0bd416fe3760be4ca3d66b845a0e691595a6482c (patch) | |
tree | 4841b890202229a27796ad676edbb2f7463fb5ac | |
parent | 9e986b97b7bd95f9e0a6ff8f310cfdfb6472a0c9 (diff) | |
download | gdb-0bd416fe3760be4ca3d66b845a0e691595a6482c.zip gdb-0bd416fe3760be4ca3d66b845a0e691595a6482c.tar.gz gdb-0bd416fe3760be4ca3d66b845a0e691595a6482c.tar.bz2 |
*** empty log message ***
-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 |