mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
This commit is contained in:
parent
bf71845826
commit
e4c8d1e49f
@ -1,3 +1,7 @@
|
||||
2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
|
||||
|
||||
2004-10-23 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
|
||||
|
||||
* binutils-all/alias.def: New 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user