gcc/gcc ChangeLog gencheck.c gengenrtl.c gensu ...

ghazi@gcc.gnu.org ghazi@gcc.gnu.org
Fri Mar 9 20:20:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ghazi@gcc.gnu.org	2001-03-09 20:20:03

Modified files:
	gcc            : ChangeLog gencheck.c gengenrtl.c gensupport.c 
	                 stmt.c system.h 
	gcc/f          : ChangeLog fini.c 
	gcc/fixinc     : server.c 

Log message:
	* fixinc/server.c (load_data, run_shell): Use xmalloc, xrealloc &
	xcalloc in lieu of malloc, realloc & calloc.
	
	* gencheck.c (xmalloc): Use really_call_malloc, not malloc.
	
	* gengenrtl.c (xmalloc): Likewise.
	
	* gensupport.c (xcalloc, xrealloc, xmalloc): Use the
	really_call_* memory allocation routines.
	
	* stmt.c (check_for_full_enumeration_handling): Use
	really_call_calloc, not calloc.
	
	* system.h (really_call_malloc, really_call_calloc,
	really_call_realloc): Define.
	(malloc, realloc, calloc, strdup, bzero, bcmp, rindex): Poison.
	
	f:
	* fini.c (main): Use really_call_malloc, not malloc.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.9490&r2=1.9491
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gencheck.c.diff?cvsroot=gcc&r1=1.15&r2=1.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gengenrtl.c.diff?cvsroot=gcc&r1=1.39&r2=1.40
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gensupport.c.diff?cvsroot=gcc&r1=1.13&r2=1.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stmt.c.diff?cvsroot=gcc&r1=1.185&r2=1.186
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/system.h.diff?cvsroot=gcc&r1=1.89&r2=1.90
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/ChangeLog.diff?cvsroot=gcc&r1=1.324&r2=1.325
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/fini.c.diff?cvsroot=gcc&r1=1.15&r2=1.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/server.c.diff?cvsroot=gcc&r1=1.18&r2=1.19



More information about the Gcc-cvs mailing list