OSDN Git Service

* c-common.c (c_common_post_options): Update prototype;
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jul 2002 22:10:18 +0000 (22:10 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jul 2002 22:10:18 +0000 (22:10 +0000)
commit77e1a5df62f18d8c32d767ea0f7de218b4622c74
tree3e569be0339cedb2fa3b07094857f01594bed4f5
parent3c4bc54e3190f6a465fc51653e682d01e3bd17b3
* c-common.c (c_common_post_options): Update prototype;
don't init backends if preprocessing only.
* langhooks-def.h (LANG_HOOKS_POST_OPTIONS): Update.
* langhooks.h (struct lang_hooks): Update post_options to
return a boolean.
* toplev.c (parse_options_and_default_flags, do_compile,
lang_independent_init): Update prototypes.  Allow the
front end to specify that there is no need to initialize
the back end.
(general_init): Move call to hex_init here...
(toplev_main): ...from here.  Pass flag for back end init
suppression.
java:
* lang.c (java_post_options): Update prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55306 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/java/ChangeLog
gcc/java/lang.c
gcc/langhooks-def.h
gcc/langhooks.h
gcc/toplev.c