aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-09-25 16:50:38 +0000
committerDavid Carlton <carlton@bactrian.org>2003-09-25 16:50:38 +0000
commit710122daf58f53adf6c00e7088adb398ed685ce4 (patch)
tree76eff259e7e63acd084c0ba306f913227db77156 /gdb/ChangeLog
parent79c2c32df4d14566f2d11310fddd4e4ca9ab6542 (diff)
downloadgdb-710122daf58f53adf6c00e7088adb398ed685ce4.zip
gdb-710122daf58f53adf6c00e7088adb398ed685ce4.tar.gz
gdb-710122daf58f53adf6c00e7088adb398ed685ce4.tar.bz2
2003-09-25 David Carlton <carlton@kealia.com>
* c-exp.y: Remove 'register' declarations. * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
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 f7a0c9e..37922af 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2003-09-25 David Carlton <carlton@kealia.com>
+ * c-exp.y: Remove 'register' declarations.
+ * f-exp.y, jv-exp.y, m2-exp.y, objc-exp.y, p-exp.y: Ditto.
+
+2003-09-25 David Carlton <carlton@kealia.com>
+
* c-exp.y: Include cp-support.h. Add qualified_type.
(yylex): Delete nested type hack; add comments.
* cp-namespace.c (cp_lookup_nested_type): New function.