Fix testsuite ld_simple_link_defsyms for windows targets
authorAlan Modra <amodra@gmail.com>
Fri, 29 Aug 2014 00:57:44 +0000 (10:27 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 29 Aug 2014 01:04:18 +0000 (10:34 +0930)
* lib/ld-lib.exp (ld_simple_link_defsyms): Provide both __main
and ___main for windows targets.

ld/testsuite/ChangeLog
ld/testsuite/lib/ld-lib.exp

index 51355ef..8b9bec7 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-29  Alan Modra  <amodra@gmail.com>
+
+       * lib/ld-lib.exp (ld_simple_link_defsyms): Provide both __main
+       and ___main for windows targets.
+
 2014-08-27  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/17306
index e4084e1..292a873 100644 (file)
@@ -410,9 +410,9 @@ proc ld_simple_link_defsyms {} {
         append flags " --defsym __gccmain=0"
     }
 
-    # Windows targets need __main, prefixed with underscore.
+    # Windows targets need __main, some prefixed with underscore.
     if {[istarget *-*-cygwin* ] || [istarget *-*-mingw*]} {
-        append flags " --defsym ___main=0"
+        append flags " --defsym __main=0 --defsym ___main=0"
     }
 
     # PowerPC EABI code calls __eabi.