From: Stan Cox Date: Mon, 30 Mar 1998 14:33:55 +0000 (+0000) Subject: (__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions... X-Git-Tag: prereleases/egcs-1.1-prerelease~1876 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=216be67c6f0c10191f0625806ce085e7bfa71c87;p=thirdparty%2Fgcc.git (__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions in winsup/dcrt0.cc. From-SVN: r18913 --- diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 663609b00fa6..0cf1b1202fe0 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -2808,6 +2808,7 @@ cacheflush (char *beg, int size, int flag) #endif /* sony_news */ #endif /* L_trampoline */ +#ifndef __CYGWIN32__ #ifdef L__main #include "gbl-ctors.h" @@ -2889,6 +2890,7 @@ SYMBOL__MAIN () #endif /* no HAS_INIT_SECTION or INVOKE__main */ #endif /* L__main */ +#endif /* __CYGWIN32__ */ #ifdef L_ctors