Commit 216be67c by Stan Cox

(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the…

(__main, __do_global_dtors, __do_global_ctors): For __CYGWIN32__ use the versions in winsup/dcrt0.cc.

From-SVN: r18913
parent 7cd55873
...@@ -2808,6 +2808,7 @@ cacheflush (char *beg, int size, int flag) ...@@ -2808,6 +2808,7 @@ cacheflush (char *beg, int size, int flag)
#endif /* sony_news */ #endif /* sony_news */
#endif /* L_trampoline */ #endif /* L_trampoline */
#ifndef __CYGWIN32__
#ifdef L__main #ifdef L__main
#include "gbl-ctors.h" #include "gbl-ctors.h"
...@@ -2889,6 +2890,7 @@ SYMBOL__MAIN () ...@@ -2889,6 +2890,7 @@ SYMBOL__MAIN ()
#endif /* no HAS_INIT_SECTION or INVOKE__main */ #endif /* no HAS_INIT_SECTION or INVOKE__main */
#endif /* L__main */ #endif /* L__main */
#endif /* __CYGWIN32__ */
#ifdef L_ctors #ifdef L_ctors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment