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 emit-rtl.c rtl.h toplev.c varasm.c Cha ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	compile-server-branch
Changes by:	bothner@gcc.gnu.org	2003-12-08 20:27:15

Modified files:
	gcc            : emit-rtl.c rtl.h toplev.c varasm.c ChangeLog 
	gcc/config     : darwin.c 

Log message:
	Reset some counters etc so compile-server output matches normal case.
	* emit-rtl.c (init_emit_eachasm):  New function.
	(label_num):  Initialization is now done in init_emit_eachasm.
	* rtl.h  (init_emit_eachasm):  New declaration.
	* toplev.c (backend_init):  Call init_emit_eachasm.
	* varasm.c (init_varasm_once):  (Re-)init in_section here.
	(in_section):  Remove initialization.
	* config/darwin.c (darwin_file_end):  Reset current_pic_label_num.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/emit-rtl.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.344.2.1&r2=1.344.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.430.2.2&r2=1.430.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.13&r2=1.813.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.375.2.2&r2=1.375.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.73&r2=2.618.2.74
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.2&r2=1.40.2.3


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