* stabsread.c (define_symbol): If we choose not to combine
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 29 Dec 1993 18:42:52 +0000 (18:42 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 29 Dec 1993 18:42:52 +0000 (18:42 +0000)
commit4bfe9e81cd785d38a89c5396b268c19f911c2283
tree11da0ee06e61f6a38e542ab128807d4e2a02177e
parent6c06a518bf28ee875ed4ef97985ca964adfc90f9
* 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.
gdb/ChangeLog
gdb/stabsread.c