egcs/gcc ChangeLog cpphash.h cppinit.c toplev.c
zack@gcc.gnu.org
zack@gcc.gnu.org
Thu Mar 1 16:43:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: egcs
Branch: gcc-3_0-branch
Changes by: zack@gcc.gnu.org 2001-03-01 16:43:57
Modified files:
gcc : ChangeLog cpphash.h cppinit.c toplev.c
Log message:
* cpphash.h (struct cpp_reader): Add print_version field.
* cppinit.c (cpp_handle_option): For -v, -version, and --version,
just set print_version and other flags as appropriate.
(cpp_post_options): Print version here if print_version is set.
* toplev.c (exit_after_options): New flag.
(independent_decode_option): Don't exit here; just set
exit_after_options.
(main): Exit after calling lang_hooks.post_options if
exit_after_options is true.
* cppinit.c (append_include_chain): Drop never-used case QUOTE.
(merge_include_chains): Adjust comment to match code.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.9240.2.85&r2=1.9240.2.86
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cpphash.h.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.97&r2=1.97.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/cppinit.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.147.2.3&r2=1.147.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_0-branch&r1=1.420.2.4&r2=1.420.2.5
More information about the Gcc-cvs
mailing list