diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-29 18:42:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-12-29 18:42:52 +0000 |
commit | 4bfe9e81cd785d38a89c5396b268c19f911c2283 (patch) | |
tree | 11da0ee06e61f6a38e542ab128807d4e2a02177e /gdb/ChangeLog | |
parent | 6c06a518bf28ee875ed4ef97985ca964adfc90f9 (diff) | |
download | gdb-4bfe9e81cd785d38a89c5396b268c19f911c2283.zip gdb-4bfe9e81cd785d38a89c5396b268c19f911c2283.tar.gz gdb-4bfe9e81cd785d38a89c5396b268c19f911c2283.tar.bz2 |
* stabsread.c (define_symbol): If we choose not to combine
two symbols, don't just ignore the second (LOC_REGISTER) one.
* printcmd.c (print_frame_args): If we have a LOC_ARG and a
LOC_REGISTER, use the LOC_ARG not the LOC_REGISTER.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d714b2..54cb0d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 29 12:32:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabsread.c (define_symbol): If we choose not to combine + two symbols, don't just ignore the second (LOC_REGISTER) one. + * printcmd.c (print_frame_args): If we have a LOC_ARG and a + LOC_REGISTER, use the LOC_ARG not the LOC_REGISTER. + Tue Dec 28 15:08:00 1993 Fred Fish (fnf@deneb.cygnus.com) * solib.c (DEBUG_BASE): Remove macro and all references. |