mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Fix version.dll binutils test on non native platforms
2013-11-21 Tristan Gingold <gingold@adacore.com> * binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-11-21 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
|
||||||
|
|
||||||
2013-11-02 Alan Modra <amodra@gmail.com>
|
2013-11-02 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
|
* binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
|
||||||
|
@ -53,8 +53,8 @@ if { "$target_xfail" == "yes" } {
|
|||||||
setup_xfail *-*
|
setup_xfail *-*
|
||||||
}
|
}
|
||||||
|
|
||||||
verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def" 1
|
verbose "$DLLTOOL -l libversion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" 1
|
||||||
catch "exec $DLLTOOL -l libersion.a --def $srcdir/$subdir/version.def" err
|
catch "exec $DLLTOOL -l libersion.a --def $srcdir/$subdir/version.def $dlltool_gas_flag" err
|
||||||
|
|
||||||
if ![string match "" $err] then {
|
if ![string match "" $err] then {
|
||||||
send_log "$err\n"
|
send_log "$err\n"
|
||||||
|
Reference in New Issue
Block a user