egcs/gcc ChangeLog acconfig.h collect2.c confi ...

Kaveh Ghazi ghazi@cygnus.com
Sun Sep 13 06:17:00 GMT 1998


CVSROOT:	/egcs/carton/cvsfiles
Module name:	egcs
Changes by:	ghazi@egcs.cygnus.com	98/09/13 06:17:32

Modified files:
	gcc            : ChangeLog acconfig.h collect2.c configure.in 
	                 mips-tfile.c system.h configure config.in 

Log message:
	Add support for strsignal, for platforms which have it but don't have
	sys_siglist (like Solaris 2.7.)
	
	* acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
	
	* collect2.c: Don't declare `sys_siglist' here.
	(my_strsignal): Prototype and define new function.  Use it in
	place of `sys_siglist' hacks.
	
	* mips_tfile.c:  Likewise.
	
	* configure.in (AC_CHECK_FUNCS): Check for strsignal.
	(GCC_NEED_DECLARATIONS): Likewise.
	
	* system.h (strsignal): Prototype it, if necessary.
	(sys_siglist): Declare it, if necessary.




More information about the Gcc-cvs mailing list