summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-06-28 14:05:34 +0100
committerNick Clifton <nickc@redhat.com>2016-06-28 14:05:34 +0100
commit50c901ede915776db734ea77225ebd3558fab2f6 (patch)
tree6a4993c27e3cbdae65d0b082e0241ba494d429fd /binutils/testsuite/binutils-all
parenteb9bb5b4ece9208257d85bc22a0f32ddf33f6a46 (diff)
downloadbinutils-gdb-50c901ede915776db734ea77225ebd3558fab2f6.tar.gz
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.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r--binutils/testsuite/binutils-all/ar.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/ar.exp b/binutils/testsuite/binutils-all/ar.exp
index 604ebdc16a9..8649f8061b3 100644
--- a/binutils/testsuite/binutils-all/ar.exp
+++ b/binutils/testsuite/binutils-all/ar.exp
@@ -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]"