gcc/gcc ChangeLog.apple-ppc c-opts.c c.opt dbx ...

dpatel@gcc.gnu.org dpatel@gcc.gnu.org
Fri Jul 1 00:01:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-local-200502-branch
Changes by:	dpatel@gcc.gnu.org	2005-07-01 00:01:18

Modified files:
	gcc            : ChangeLog.apple-ppc c-opts.c c.opt dbxout.c 
	                 flags.h gcc.c toplev.c 
	gcc/cp         : ChangeLog.apple-ppc lang-specs.h 
	gcc/objc       : ChangeLog.apple-ppc lang-specs.h 
	gcc/objcp      : ChangeLog.apple-ppc lang-specs.h 

Log message:
	* c-opts.c (c_common_handle_option): Handle OPT_fsave_repository.
	Set flag_pch_file.
	* c.opt (fsave-repository=): New.
	* dbxout.c: Use dbx_out_file instead of asm_out_file.
	(dbx_out_file): New.
	(dbxout_init): Open dbx_out_file for writing.
	(emit_bincl_stab): Emit EXCL and BINCL stabs with checksum.
	(dbxout_finish): Close dbx_out_file.
	* flags.h (flag_pch_file, flag_save_repository): New.
	* gcc.c (pch): Invoke as when -fsave-repository is used.
	* toplev.c (asm_file_name2, flag_pch_file, flag_save_repository): New.
	(init_asm_output): Handle -fsave-repository.
	
	[cp]
	* lang-specs.h: While making PCH, invoke as if -fsave-repository
	is used.
	
	[objc]
	* lang-specs.h: While making PCH, invoke as if -fsave-repository
	is used.
	
	[objcp]
	* lang-specs.h: While making PCH, invoke as if -fsave-repository
	is used.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.75&r2=1.1.4.76
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.135.6.7&r2=1.135.6.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c.opt.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.34.6.7&r2=1.34.6.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.219.4.6&r2=1.219.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flags.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.152.2.2&r2=1.152.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcc.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.446.4.6&r2=1.446.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.942.2.9&r2=1.942.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.11&r2=1.1.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lang-specs.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.63.40.1&r2=1.63.40.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.10&r2=1.1.4.11
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/lang-specs.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.37&r2=1.37.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objcp/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objcp/lang-specs.h.diff?cvsroot=gcc&only_with_tag=apple-local-200502-branch&r1=1.1.6.2&r2=1.1.6.3



More information about the Gcc-cvs mailing list