aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-11-05 04:49:06 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-11-05 04:49:06 +0000
commitf73fb0ce032d39883e30f07bdbd3e92c20841a34 (patch)
treee69de16bf4feae93e7a58811b3a690a6edeab22c /gdb/ChangeLog
parent5576858065de4e33b6b2f8728e82ac3c474888ae (diff)
downloadgdb-f73fb0ce032d39883e30f07bdbd3e92c20841a34.zip
gdb-f73fb0ce032d39883e30f07bdbd3e92c20841a34.tar.gz
gdb-f73fb0ce032d39883e30f07bdbd3e92c20841a34.tar.bz2
* stabsread.c (read_struct_fields): Accept either '$' or '.' as
the character which introduces a cpp_abbrev or anonymous type.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 029db4f..a429a56 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Thu Nov 4 08:27:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * stabsread.c (read_struct_fields): Accept either '$' or '.' as
+ the character which introduces a cpp_abbrev or anonymous type.
+
* c-lang.c (c_printstr): Print "" to stream (like all the other
output from this function), not gdb_stdout.