forked from Imagelibrary/binutils-gdb
Fix testsuite ld_simple_link_defsyms for windows targets
* lib/ld-lib.exp (ld_simple_link_defsyms): Provide both __main and ___main for windows targets.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user