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:
Nick Clifton 2016-06-28 14:05:34 +01:00
parent eb9bb5b4ec
commit 50c901ede9
2 changed files with 7 additions and 2 deletions

View File

@ -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>
* testsuite/binutils-all/ar.exp: Use `supports_gnu_unique' with

View File

@ -26,8 +26,8 @@ if ![is_remote host] {
}
}
if {[istarget "alpha-*-*"]} then {
return
if { [istarget "alpha-*-*"] && ![is_elf_format] } then {
return
}
# send_user "Version [binutil_version $AR]"