aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/pe-run2.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/pe-run2.exp')
-rw-r--r--ld/testsuite/ld-pe/pe-run2.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-pe/pe-run2.exp b/ld/testsuite/ld-pe/pe-run2.exp
index 9862037..6cc066e7 100644
--- a/ld/testsuite/ld-pe/pe-run2.exp
+++ b/ld/testsuite/ld-pe/pe-run2.exp
@@ -85,7 +85,7 @@ proc test_direct2_link_dll {} {
} else {
# Check linking directly to direct2_dll.dll.
set msg "linking client (.dll) fastcall/stdcall"
- if [ld_simple_link "$CC -Wl,--enable-stdcall-fixup --enable-auto-import" $tmpdir/direct2_client_dll.exe \
+ if [ld_simple_link "$CC -Wl,--enable-stdcall-fixup -Wl,--enable-auto-import" $tmpdir/direct2_client_dll.exe \
"$tmpdir/direct2_client.o $tmpdir/direct2_dll.dll" ] {
pass $msg
} else {