aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-04 03:17:46 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-04 03:17:46 +0000
commit5b0a744f98759f3b51b4362f25b497d0da9c16d1 (patch)
tree1053ce7bd3664d36950836793817a70e00f7ad38 /gdb/ChangeLog
parentf7cfc4a6a9dfbcae9de5fb9b770cc7bccb5cfb8c (diff)
downloadgdb-5b0a744f98759f3b51b4362f25b497d0da9c16d1.zip
gdb-5b0a744f98759f3b51b4362f25b497d0da9c16d1.tar.gz
gdb-5b0a744f98759f3b51b4362f25b497d0da9c16d1.tar.bz2
* c-exp.y: sym->class to SYMBOL_CLASS (sym).
* dbxread.c (dbx_lookup_type): Keep doubling size of typevector until it is large enough.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e997095..ac296d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Thu Oct 3 09:33:26 1991 John Gilmore (gnu at cygnus.com)
+ * c-exp.y: sym->class to SYMBOL_CLASS (sym).
+
+ * dbxread.c (dbx_lookup_type): Keep doubling size of typevector
+ until it is large enough.
+
* dbxread.c (read_type): Handle error case slightly better.
Make complaint message not C++-specific.