* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
This commit is contained in:
H.J. Lu
2004-10-28 14:58:26 +00:00
parent bf71845826
commit e4c8d1e49f
2 changed files with 8 additions and 0 deletions

View File

@@ -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