X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-cygwin%2Fexe-export.exp;fp=ld%2Ftestsuite%2Fld-cygwin%2Fexe-export.exp;h=05eeb7e95c77edaf129efd665e2b9795943cbac6;hp=5fd3cf72fbde952d1e32c47a1e0a654f5225801e;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-cygwin/exe-export.exp b/ld/testsuite/ld-cygwin/exe-export.exp index 5fd3cf7..05eeb7e 100644 --- a/ld/testsuite/ld-cygwin/exe-export.exp +++ b/ld/testsuite/ld-cygwin/exe-export.exp @@ -1,5 +1,5 @@ # Expect script for export table in executables tests -# Copyright 2003, 2007 +# Copyright 2003, 2005, 2007, 2009 # Free Software Foundation, Inc. # # This file is part of the GNU Binutils. @@ -119,7 +119,7 @@ if ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/testexe.c $tmpdir/testexe.o] { return } -if ![ld_special_link "$CC $LDFLAGS $MYLDFLAGS -e _testexe_main@16" $tmpdir/testexe.exe "$tmpdir/testexe.o $srcdir/$subdir/testexe.def $tmpdir/testdll.lib"] { +if ![ld_special_link "$CC $LDFLAGS $MYLDFLAGS -e _testexe_main@16" $tmpdir/testexe.exe "$tmpdir/testexe.o $srcdir/$subdir/testexe.def $tmpdir/testdll.lib -lkernel32"] { fail "linking executable" return }