gcc/gcc ChangeLog c-decl.c config/darwin.c

bothner@gcc.gnu.org bothner@gcc.gnu.org
Thu Dec 18 06:20:00 GMT 2003


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	compile-server-branch
Changes by:	bothner@gcc.gnu.org	2003-12-18 06:20:23

Modified files:
	gcc            : ChangeLog c-decl.c 
	gcc/config     : darwin.c 

Log message:
	* c-decl.c (lang_clear_identifier):  Clear the DECL_RTL of the id's
	IDENTIFIER_SYMBOL_VALUE.  This is needed at least for Darwin, which
	encodes in the rtx name whether the decl is defined.
	(duplicate_decls):  Don't copy the rtl; we can't safely use it.
	* config/darwin.c (machopic_classify_ident):  Using
	maybe_get_identifier doesn't since it may get a name from previous
	output file when using the compile server.
	(machopic_finish):  Reset machopic_defined_list.

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.86&r2=2.618.2.87
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.417.2.14&r2=1.417.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.40.2.4&r2=1.40.2.5



More information about the Gcc-cvs mailing list