gcc/gcc emit-rtl.c rtl.h toplev.c varasm.c Cha ...
bothner@gcc.gnu.org
bothner@gcc.gnu.org
Mon Dec 8 20:27:00 GMT 2003
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
More information about the Gcc-cvs
mailing list