OSDN Git Service

* cccp.c (sys_errlist): Remove special 4.4bsd declaration.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 1997 17:02:53 +0000 (17:02 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Sep 1997 17:02:53 +0000 (17:02 +0000)
commit9f7e7c7c3865a91fb77c1145ed4b3b92b457829f
treeaf45a06594372a8ce31307986642e8135b3e6fb6
parent7561ae90b3f0d4a3a0d5c0042a75dcb53a104c91
    * cccp.c (sys_errlist): Remove special 4.4bsd declaration.
        * collect2.c (sys_errlist): Likewise.
        * cpplib.c (sys_errlist): Likewise.
        * gcc.c (sys_errlist): Likewise.
        * protoize (sys_errlist): Likewise.
        * configure.in: Check for strerror.
        * xm-freebsd.h (HAVE_STRERROR): Remove definition.
        * xm-gnu.h (HAVE_STRERROR): Likewise.
        * xm-linux.h (HAVE_STRERROR): Likewise.
        * xm-netbsd.h (HAVE_STRERROR): Likewise.
        * xm-bsd386.h (HAVE_STRERROR): Likewise.
        * xm-cygwin32.h (HAVE_STRERROR): Likewise.
        * xm-dos.h (HAVE_STRERROR): Likewise.
        * xm-mingw32.h (HAVE_STRERROR): Likewise.
        * xm-pa.h (HAVE_STRERROR): Likewise.
        * xm-papro.h (HAVE_STRERROR): Likewise.
        * xm-sysv4.h (HAVE_STRERROR): Likewise.
        * configure, config.in: Rebuilt.
Remove the need to define HAVE_STRERROR for each host port.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15011 138bc75d-0d04-0410-961f-82ee72b054a4
22 files changed:
gcc/ChangeLog
gcc/cccp.c
gcc/collect2.c
gcc/config.in
gcc/config/alpha/xm-linux.h
gcc/config/i386/xm-bsd386.h
gcc/config/i386/xm-cygwin32.h
gcc/config/i386/xm-dos.h
gcc/config/i386/xm-mingw32.h
gcc/config/pa/xm-pa.h
gcc/config/pa/xm-papro.h
gcc/config/rs6000/xm-cygwin32.h
gcc/config/rs6000/xm-sysv4.h
gcc/config/xm-freebsd.h
gcc/config/xm-gnu.h
gcc/config/xm-linux.h
gcc/config/xm-netbsd.h
gcc/configure
gcc/configure.in
gcc/cpplib.c
gcc/gcc.c
gcc/protoize.c