mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* binutils-all/dlltool.exp: Add setup_xfail.
This commit is contained in:
parent
1d2b8df224
commit
3140414bd2
@ -1,5 +1,7 @@
|
||||
2012-02-14 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* binutils-all/dlltool.exp: Add setup_xfail.
|
||||
|
||||
* binutils-all/dw2-decodedline.S: Always have whitespace before
|
||||
directives.
|
||||
* binutils-all/version.s: Likewise.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user