diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/dlltool.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/dlltool.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index 3f6cd31..a2cd2f6 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -45,6 +45,10 @@ if ![string match "" $err] then { pass "dlltool (fastcall export)" } +if { "$target_xfail" == "yes" } { + setup_xfail *-* +} + verbose "$DLLTOOL -p prefix -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1 catch "exec $DLLTOOL -p prefix -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err |