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]

egcs/gcc ChangeLog global.c toplev.c reload.h ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	law@sourceware.cygnus.com	2000-08-21 06:42:30

Modified files:
	gcc            : ChangeLog global.c toplev.c reload.h rtl.h 
	                 reload.c reload1.c 

Log message:
	* global.c (global_alloc): Avoid passing dumpfile argument to
	reload routines.
	* toplev.c (rest_of_compilation): Likewise.
	* reload.h (reload): Remove dumpfile argument.  Callers changed.
	(debug_reload, debug_reload_to_stream): Move prototypes here.
	* rtl.h  (reload): Remove dumpfile argument.
	* reload.c (debug_reload): Remove prototype.
	(debug_reload_to_stream): Likewise.
	* reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
	instead.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.7473&r2=1.7474
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/global.c.diff?cvsroot=gcc&r1=1.61&r2=1.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/toplev.c.diff?cvsroot=gcc&r1=1.362&r2=1.363
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/reload.h.diff?cvsroot=gcc&r1=1.29&r2=1.30
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/rtl.h.diff?cvsroot=gcc&r1=1.217&r2=1.218
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/reload.c.diff?cvsroot=gcc&r1=1.119&r2=1.120
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/reload1.c.diff?cvsroot=gcc&r1=1.222&r2=1.223


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