]> gcc.gnu.org Git - gcc.git/commit - gcc/config.in
Add support for strsignal, for platforms which have it but don't have sys_siglist...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 13 Sep 1998 06:17:31 +0000 (06:17 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 13 Sep 1998 06:17:31 +0000 (06:17 +0000)
commit007e8d2a7821a3a8facedb851012555516d7f9b2
tree2f40679e3e943a6f022bdc693a86f98e44155243
parent9655bf953a9f230518f1f1ac9303b8056b4babe8
Add support for strsignal, for platforms which have it but don't have sys_siglist (like Solaris 2.7.)

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.

From-SVN: r22403
gcc/ChangeLog
gcc/acconfig.h
gcc/collect2.c
gcc/config.in
gcc/configure
gcc/configure.in
gcc/mips-tfile.c
gcc/system.h
This page took 0.05673 seconds and 5 git commands to generate.