]> gcc.gnu.org Git - gcc.git/commit - gcc/common.opt
c-pch.c (asm_file_name): Remove.
authorNeil Booth <neil@daikokuya.co.uk>
Sun, 15 Jun 2003 08:30:02 +0000 (08:30 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 15 Jun 2003 08:30:02 +0000 (08:30 +0000)
commitd185d26881a1946cf82da6350a1d1518464a8eb6
treefb5a3a4fc913d05084620e60c670ecc9dde2dd16
parent72ac76be3abe9ed981037fe35da0c15bec5611ef
c-pch.c (asm_file_name): Remove.

* c-pch.c (asm_file_name): Remove.
* common.opt: Add more switches.
* flags.h (g_switch_set): Boolify.
* opts.c (g_switch_value, g_switch_set, exit_after_options,
version_flag): Move from toplev.c.
(common_handle_option): Handle more switches from toplev.c.
* toplev.c (display_help, display_target_options, decode_d_option,
print_version): Make non-static, remove prototypes.
(aux_base_name, asm_file_name, aux_info_file_name): Constify.
(version_flag, g_switch_value, g_switch_set, exit_after_options):
Remove.
(independent_decode_option): Move some handlers to opts.c.
* toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
exit_after_options, version_flag, display_help, display_target_options,
print_version, decode_d_option): New.
java:
* lang.c (version_flag): Rename to v_flag to avoid clash w/ toplev.h.

From-SVN: r67971
gcc/ChangeLog
gcc/c-pch.c
gcc/common.opt
gcc/flags.h
gcc/java/ChangeLog
gcc/java/lang.c
gcc/opts.c
gcc/toplev.c
gcc/toplev.h
This page took 0.060522 seconds and 5 git commands to generate.