aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1991-08-19 17:02:17 +0000
committerMichael Tiemann <tiemann@cygnus>1991-08-19 17:02:17 +0000
commit7ce3bf92caf4cb2da1f1050e08493472f620c3e4 (patch)
tree3b4914a08f639de992c8f3a0aaceba088ba15ce1
parent9404978d0b5b168d9e22c134260cb881cb59c6d9 (diff)
downloadfsf-binutils-gdb-7ce3bf92caf4cb2da1f1050e08493472f620c3e4.zip
fsf-binutils-gdb-7ce3bf92caf4cb2da1f1050e08493472f620c3e4.tar.gz
fsf-binutils-gdb-7ce3bf92caf4cb2da1f1050e08493472f620c3e4.tar.bz2
Describe C++ fixes.
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf5b54d..f94cfaf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 19 00:41:04 1991 Michael Tiemann (tiemann at cygint.cygnus.com)
+
+ * dbxread.c (read_struct_type): Grok anon structs for C++.
+ (vb_name, vptr_name): Null terminate these strings.
+
Thu Aug 15 18:43:57 1991 John Gilmore (gnu at cygint.cygnus.com)
* main.c: Remove unused terminating_signals and catch_termination().