egcs/gcc ChangeLog system.h c-aux-info.c cccp. ...

ghazi@cygnus.com ghazi@cygnus.com
Fri Nov 27 10:13:00 GMT 1998


CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	ghazi@egcs.cygnus.com	98/11/27 10:09:18

Modified files:
	gcc            : ChangeLog system.h c-aux-info.c cccp.c cexp.y 
	                 cexp.c collect2.c cppalloc.c cppexp.c 
	                 cppfiles.c cpphash.c cpplib.c dyn-string.c 
	                 fix-header.c gcc.c gcov.c genattr.c 
	                 genattrtab.c gencheck.c gencodes.c genconfig.c 
	                 genemit.c genextract.c genflags.c gengenrtl.c 
	                 genopinit.c genoutput.c genpeep.c genrecog.c 
	                 getpwd.c halfpic.c hash.c mips-tdump.c 
	                 mips-tfile.c prefix.c print-rtl.c profile.c 
	                 protoize.c rtl.h scan.h tlink.c toplev.c 
	                 toplev.h tree.h 
	gcc/config/1750a: 1750a.h 

Log message:
	* system.h: Include libiberty.h.
	
	* c-aux-info.c: Remove prototypes for concat/concat3.  Change
	function `concat' from fixed parameters to variable parameters,
	as is done in libiberty.  All callers of concat/concat3
	changed to use the new `concat' with variable args.
	
	* cccp.c: Remove things made redundant by libiberty.h and/or
	conform to libiberty standards.
	* cexp.y: Likewise.
	* collect2.c: Likewise.
	* config/1750a/1750a.h: Likewise.
	* cppalloc.c: Likewise.
	* cppexp.c: Likewise.
	* cppfiles.c: Likewise.
	* cpphash.c: Likewise.
	* cpplib.c: Likewise.
	* dyn-string.c: Likewise.
	* fix-header.c: Likewise.
	* gcc.c: Likewise.
	* gcov.c: Likewise.
	* genattr.c: Likewise.
	* genattrtab.c: Likewise.
	* gencheck.c: Likewise.
	* gencodes.c: Likewise.
	* genconfig.c: Likewise.
	* genemit.c: Likewise.
	* genextract.c: Likewise.
	* genflags.c: Likewise.
	* gengenrtl.c: Likewise.
	* genopinit.c: Likewise.
	* genoutput.c: Likewise.
	* genpeep.c: Likewise.
	* genrecog.c: Likewise.
	* getpwd.c: Likewise.
	* halfpic.c: Likewise.
	* hash.c: Likewise.
	* mips-tdump.c: Likewise.  Wrap malloc/realloc/calloc prototypes
	in NEED_DECLARATION_* macros.
	
	* mips-tfile.c: Remove things made redundant by libiberty.h and/or
	conform to libiberty standards.
	(fatal): Fix const-ification of variable `format' in
	!ANSI_PROTOTYPES case.
	
	* prefix.c: Remove things made redundant by libiberty.h and/or
	conform to libiberty standards.
	
	* print-rtl.c: Rename variable `spaces' to `xspaces' to avoid
	conflicting with function `spaces' from libiberty.
	
	* profile.c: Remove things made redundant by libiberty.h and/or
	conform to libiberty standards.
	* protoize.c: Likewise.
	* rtl.h: Likewise.
	* scan.h: Likewise.
	* tlink.c: Likewise.
	* toplev.c: Likewise.
	* toplev.h: Likewise.
	* tree.h: Likewise.




More information about the Gcc-cvs mailing list