aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-01-24 06:32:43 +0000
committerFred Fish <fnf@specifix.com>1992-01-24 06:32:43 +0000
commit99140c31feccacf3a4a56f21b07f634e7112a120 (patch)
tree70ec34b17c74ab974fa7cf6c52c458c10eb030ae /gdb/ChangeLog
parent75798a7ebadd1c117aeb9da43fa3f83cec9de459 (diff)
downloadgdb-99140c31feccacf3a4a56f21b07f634e7112a120.zip
gdb-99140c31feccacf3a4a56f21b07f634e7112a120.tar.gz
gdb-99140c31feccacf3a4a56f21b07f634e7112a120.tar.bz2
The list_in_scope pointer needs to be initialized to point to a
valid scope. Use the file scope as the initial scope.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c8d39f6..479aad8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,12 @@ Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
* ansidecl.h: Removed, is duplicate of ../include/ansidecl.h
+ * Makefile.in (MALLOCSRC): Removed reference to removed local
+ copy of ansidecl.h.
+
+ * dwarfread.c (list_in_scope): Needs an initial value, use file
+ scope.
+
Mon Jan 20 19:06:28 1992 Stu Grossman (grossman at cygnus.com)
* main.c (main): Make option_index local to keep new getopt happy.