aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 21:05:38 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-10 21:05:38 +0000
commit71256429cac62bbaaf195b77c0350c4310811440 (patch)
tree02ea805c981725b28aaf0912b1a8d9329f6387bd
parent4023311b08df07f72e6796976cc7193d2bdb2d76 (diff)
downloadgdb-71256429cac62bbaaf195b77c0350c4310811440.zip
gdb-71256429cac62bbaaf195b77c0350c4310811440.tar.gz
gdb-71256429cac62bbaaf195b77c0350c4310811440.tar.bz2
* dbxread.c (process_one_symbol, N_RBRAC): Don't clear
within_function just because local_symbols is NULL. It appears that this bug has existed since the 10 Apr 89 change which started clearing within_function here.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 140c56e..f575f59 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Wed Nov 10 09:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * dbxread.c (process_one_symbol, N_RBRAC): Don't clear
+ within_function just because local_symbols is NULL. It appears
+ that this bug has existed since the 10 Apr 89 change which started
+ clearing within_function here.
+
* config/m68k/tm-m68k.h: Clean up CALL_DUMMY comment.
* config/m68k/{tm-hp300bsd.h,tm-hp300hpux.h,tm-m68k-em.h,
tm-monitor.h,tm-sun3.h,tm-vx68.h}, config/sparc/tm-sparc.h: