diff options
author | Neil Booth <neil@gcc.gnu.org> | 2001-01-09 10:58:19 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2001-01-09 10:58:19 +0000 |
commit | 9f56ed15ce8b4fbacd1a4e1474cca34761ad8f0f (patch) | |
tree | a47f5f00d72afa7d61364bdc65734e30693dab03 /gcc | |
parent | 13c61421ff315b27bb41e6ac8ccacdebab9d8247 (diff) | |
download | gcc-9f56ed15ce8b4fbacd1a4e1474cca34761ad8f0f.zip gcc-9f56ed15ce8b4fbacd1a4e1474cca34761ad8f0f.tar.gz gcc-9f56ed15ce8b4fbacd1a4e1474cca34761ad8f0f.tar.bz2 |
* ChangLog: Edited wrong ChangeLog.
From-SVN: r38829
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1456e54..0c297ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,26 @@ +2001-01-09 Neil Booth <neil@daikokuya.demon.co.uk> + + * c-lang.c (lang_hooks): Update. + (lang_init): Rename c_init. + (lang_finish): Remove. + * toplev.c (compile_file): Use lang_hooks for lang_init () + and lang_finish (). + * toplev.h (lang_hooks): Add init () and finish (). + * tree.h (lang_init, lang_finish): Remove. + * cp/tree.h (lang_init, lang_finish): Remove. + * cp/decl2.c (cxx_post_options, lang_hooks): Move to cp/lex.c. + * cp/lex.c (cxx_init, cxx_finish, cxx_post_options, + lang_hooks): New. + (lang_init, lang_finish): Remove. + * f/com.c (lang_init, lang_finish): Rename f_init, f_finish. + (lang_hooks): Update. + * java/lang.c (lang_init): Rename java_init. + (lang_finish): Remove. + (lang_hooks): Update. + * objc/objc-act.c (lang_init): Rename objc_init. + (lang_finish): Remove. + (lang_hoooks): Update. + 20001-01-09 Graham Stott <grahams@redhat.com> * cppfiles.c (_cpp_execute_include): Move `len` initialisation |