mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-12 20:03:45 +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:
parent
eb9bb5b4ec
commit
50c901ede9
@ -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]"
|
||||||
|
Loading…
Reference in New Issue
Block a user