mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
Relax previous restriction on running binutils ar tests for Alpha targets, allowing the tests to be run for ELF variants.
* testsuite/binutils-all/ar.exp: Relax previous restriction on Alpha targets. Allow ELF based Alpha targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2016-06-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* testsuite/binutils-all/ar.exp: Relax previous restriction on
|
||||||
|
Alpha targets. Allow ELF based Alpha targets.
|
||||||
|
|
||||||
2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
|
2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
|
||||||
|
|
||||||
* testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
|
* testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with
|
||||||
|
@ -26,8 +26,8 @@ if ![is_remote host] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if {[istarget "alpha-*-*"]} then {
|
if { [istarget "alpha-*-*"] && ![is_elf_format] } then {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# send_user "Version [binutil_version $AR]"
|
# send_user "Version [binutil_version $AR]"
|
||||||
|
Reference in New Issue
Block a user