This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] 2 more language hooks


On Mon, Jan 08, 2001 at 11:51:21PM +0000, Neil Booth wrote:
> 	* 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.

Ok.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]