diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 9e200f0bf9..bab9f7d1c1 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2012-02-14 Alan Modra + * binutils-all/dlltool.exp: Add setup_xfail. + * binutils-all/dw2-decodedline.S: Always have whitespace before directives. * binutils-all/version.s: Likewise. diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp index 1493e6e198..1409d3cf62 100644 --- a/binutils/testsuite/binutils-all/dlltool.exp +++ b/binutils/testsuite/binutils-all/dlltool.exp @@ -64,6 +64,10 @@ if ![string match "" $err] then { pass "dlltool (version.dll)" } +if { "$target_xfail" == "yes" } { + setup_xfail *-* +} + verbose "$DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1 catch "exec $DLLTOOL -p prefix --leading-underscore -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" err