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 flow.c function.c loop.c co ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	geoffk@sourceware.cygnus.com	2000-08-13 22:59:50

Modified files:
	gcc            : ChangeLog flow.c function.c loop.c 
	gcc/config/rs6000: rs6000.c rs6000.h sol-c0.c sysv4.h 

Log message:
	* flow.c (attempt_auto_inc): Remove unused variable `bb'.
	(attempt_auto_inc): Suppress parentheses warning.
	* function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
	* loop.c (load_mems): Remove `u' suffix in two places.
	* config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
	hex constants.
	* config/rs6000/rs6000.h: Likewise.
	* config/rs6000/sol-c0.c: Prototype some functions.  Remove the
	__eabi dummy routine.
	* config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
	variable `buf_ptr'.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.7409&r2=1.7410
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/flow.c.diff?cvsroot=gcc&r1=1.323&r2=1.324
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/function.c.diff?cvsroot=gcc&r1=1.210&r2=1.211
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/loop.c.diff?cvsroot=gcc&r1=1.269&r2=1.270
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&r1=1.142&r2=1.143
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&r1=1.89&r2=1.90
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/rs6000/sol-c0.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/config/rs6000/sysv4.h.diff?cvsroot=gcc&r1=1.33&r2=1.34


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