mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-27 19:25:51 +08:00
(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions in winsup/dcrt0.cc.
From-SVN: r18913
This commit is contained in:
parent
7cd55873dc
commit
216be67c6f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user