diff options
author | Jeff Law <law@redhat.com> | 1997-10-23 22:42:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-10-23 22:42:07 +0000 |
commit | cdecdcc4f585e4fd80eccd42f8ae8a8334702dc1 (patch) | |
tree | 9efd4b8723288ca259a883368cf7f1d3407d7c4a /gdb/ChangeLog | |
parent | 04789fe9ab73e452b3404b6e6c8b1cec51f96e9e (diff) | |
download | gdb-cdecdcc4f585e4fd80eccd42f8ae8a8334702dc1.zip gdb-cdecdcc4f585e4fd80eccd42f8ae8a8334702dc1.tar.gz gdb-cdecdcc4f585e4fd80eccd42f8ae8a8334702dc1.tar.bz2 |
* dbxread.c (process_one_symbol): Put back initialization
of a variable lost during last change. Don't perform
assignment inside conditionals.
* stabsread.c (symbol_reference_defined): Return -1 for error/not
found. All callers changed appropriately.
(define_symbol): Don't perform assignment inside conditionals.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cca3e6a..fdfffcd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Thu Oct 23 16:16:04 1997 Jeff Law (law@fast.cs.utah.edu) + + * dbxread.c (process_one_symbol): Put back initialization + of a variable lost during last change. Don't perform + assignment inside conditionals. + * stabsread.c (symbol_reference_defined): Return -1 for error/not + found. All callers changed appropriately. + (define_symbol): Don't perform assignment inside conditionals. + Wed Oct 22 13:04:52 1997 Jeffrey A Law (law@cygnus.com) * mdebugread.c (psymtab_to_symtab_1): Handle new live range stabs |