This is the mail archive of the gcc-cvs@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]
Other format: [Raw text]

gcc/gcc ChangeLog Makefile.in c-lang.c c-lex.c ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	compile-server-branch
Changes by:	mrs@gcc.gnu.org	2003-08-30 06:01:01

Modified files:
	gcc            : ChangeLog Makefile.in c-lang.c c-lex.c c-opts.c 
	                 c.opt cppfiles.c cpppch.c langhooks-def.h 
	                 langhooks.h toplev.c 
	gcc/config     : darwin.h 
	gcc/cp         : cp-lang.c 
	gcc/objc       : objc-lang.c 

Log message:
	2003-08-29  Mike Stump  <mrs@apple.com>
	
	* Makefile.in (opts.o): Add missing dependency on langhooks.h.
	(explow.o): Likewise.
	
	2003-08-29  Mike Stump  <mrs@apple.com>
	
	* config/darwin.h (CC1PLUS_SPEC): Add support for __private_extern__.
	
	2003-08-29  Mike Stump  <mrs@apple.com>
	
	* c.opt: Add -fpascal-strings -arch -header-mapfile -Wmost and
	-Wno-four-char-constants to enable easier testing.  We'll probably
	remove these before merging the compile server back.
	* c-opts.c (c_common_handle_option): Add handling for OPT_arch,
	OPT_header_mapfile OPT_fpascal-strings OPT_Wmost and
	OPT_Wfour_char_constants..
	
	2003-08-29  Mike Stump  <mrs@apple.com>
	
	* c-opts.c (cb_file_change): Move push_command_line_include
	processing from here...
	(c_common_post_options): to here to fix -include.  Reset
	input_line here so we don't leak line numbes from the -include
	headers from the command line.
	(init_c_common_once): Move pch_init from here...
	* toplev.c (lang_dependent_init): to here, as a hook.
	(do_compile): Don't need to reset input_filename anymore, instead,
	push_srcloc to set it.
	(lang_dependent_init): Set dump_base_name, even if there are
	no input files.
	* c-lang.c (LANG_HOOKS_INIT_PCH): Add.
	* cp/cp-lang.c (LANG_HOOKS_INIT_PCH): Add.
	* langhooks-def.h (LANG_HOOKS_INIT_PCH): Add.
	(LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_INIT_PCH.
	* langhooks.h (struct land_hooks): Add pch_init.
	* objc/objc-lang.c (LANG_HOOKS_INIT_PCH): Add.
	
	2003-08-29  Mike Stump  <mrs@apple.com>
	
	* Added http://gcc.gnu.org/ml/gcc/2003-08/msg01145.html to unstick
	pch.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.24&r2=2.618.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.1123.2.2&r2=1.1123.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.110.2.3&r2=1.110.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lex.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.209.2.2&r2=1.209.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.79.2.6&r2=1.79.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c.opt.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.11.4.2&r2=1.11.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppfiles.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.177.2.4&r2=1.177.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpppch.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.10&r2=1.10.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.57.2.2&r2=1.57.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.66.2.2&r2=1.66.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.813.2.5&r2=1.813.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.57.2.2&r2=1.57.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.57.2.2&r2=1.57.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-lang.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.36.2.4&r2=1.36.2.5


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