diff options
| author | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-30 14:33:55 +0000 |
|---|---|---|
| committer | scox <scox@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-30 14:33:55 +0000 |
| commit | 0607c00bb2f9608d77193b0072017d715cf4861b (patch) | |
| tree | c874344dc71fbb0938db44b844d2f454736df065 /gcc | |
| parent | ffe183cac0751b2101e38ea9baffd603ef0d822f (diff) | |
| download | ppe42-gcc-0607c00bb2f9608d77193b0072017d715cf4861b.tar.gz ppe42-gcc-0607c00bb2f9608d77193b0072017d715cf4861b.zip | |
(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/libgcc2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 663609b00fa..0cf1b1202fe 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 |

