* i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 1997 21:07:08 +0000 (21:07 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 1997 21:07:08 +0000 (21:07 +0000)
commit3402c1208a7e47afb18d88b3740185b4ed1568cb
tree6eeff507b9739733c57dba49bb0f658ff151e9f9
parentbea60f6627ea704d7bb1d1b03d0d5e6c81e2f320
    * i386/cygwin32.h (NO_IMPLICIT_EXTERN_C): Don't assume anything
        about system headers.
        (LIB_SPEC): Add -ladvapi32 -lshell32 to be consistent with mingw32
        and also to resolve symbols in prefix.c.
        * i386/xm-cygwin32.h (HAVE_BCOPY): Define. This avoids a conflict
        between gansidecl.h and newlib's _ansi.h when building libgcc2.a,
        when the definitions in auto-config.h is not visible.
        (HAVE_BZERO): Likewise.
        (HAVE_BCMP): Likewise.
        (HAVE_RINDEX): Likewise.
        (HAVE_INDEX): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17177 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/cygwin32.h
gcc/config/i386/xm-cygwin32.h