aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 5969dc5c0e7..a6619be89b2 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,19 @@
+2004-01-21 Mike Stump <mrs@apple.com>
+
+ * lex.c (lang_clear_identifier): Don't clear symbol table as we
+ use a conditional symbol table.
+
+ * lang-specs.h: Simplify and allow -server to be the default.
+
+ * decl.c (init_cxx_decl_processing_once): Allow options to
+ initialized more than once.
+ (init_cxx_decl_processing_eachsrc): Likewise.
+ * lex.c (init_cxx_once): Likewise.
+ (init_cxx_eachsrc): Likewise.
+ (extract_interface_info): Likewise.
+
+ * cp-lang.c (LANG_HOOKS_FINISH_SERVER): Add.
+
2003-12-15 Per Bothner <pbothner@apple.com>
* decl.c (setup_globals): ANSI-fy function header.