diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-12-08 23:20:11 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-12-08 23:20:11 +0000 |
commit | 613a9e5fe3f3bd5cf25a2bbaaa460b1cf30281dc (patch) | |
tree | 6cf07e24c3e0ec881778acae59efa3e687347a2d /gdb | |
parent | 4cc1b3f79dcd9b5dc475c358a3388239e9d7b68b (diff) | |
download | gdb-613a9e5fe3f3bd5cf25a2bbaaa460b1cf30281dc.zip gdb-613a9e5fe3f3bd5cf25a2bbaaa460b1cf30281dc.tar.gz gdb-613a9e5fe3f3bd5cf25a2bbaaa460b1cf30281dc.tar.bz2 |
* frame.h: Restore pre-Nov 3 comments about FRAME_FP with minor
changes. They are correct, unlike the post-Nov 3 comment
(FRAME_FP doesn't have any machine-independent relationship with
FP_REGNUM or any other such notion of a "frame pointer").
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e80e679..598414b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 8 15:07:29 1994 Jim Kingdon <kingdon@deneb.cygnus.com> + + * frame.h: Restore pre-Nov 3 comments about FRAME_FP with minor + changes. They are correct, unlike the post-Nov 3 comment + (FRAME_FP doesn't have any machine-independent relationship with + FP_REGNUM or any other such notion of a "frame pointer"). + Wed Dec 7 14:50:54 1994 Jim Kingdon <kingdon@deneb.cygnus.com> * gdbserver/remote-utils.c (write_ok): Write "OK", not "Ok", to |