Relax previous restriction on running binutils ar tests for Alpha targets, allowing...
authorNick Clifton <nickc@redhat.com>
Tue, 28 Jun 2016 13:05:34 +0000 (14:05 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 28 Jun 2016 13:05:34 +0000 (14:05 +0100)
* testsuite/binutils-all/ar.exp: Relax previous restriction on
Alpha targets.  Allow ELF based Alpha targets.

binutils/ChangeLog
binutils/testsuite/binutils-all/ar.exp

index a36eabc9bed91bd36ca74204ef1059c4598ea5ce..9a30a2027ef8ae956d138880546a023dac828164 100644 (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
index 604ebdc16a9c198b3191354ad7fdb2e280012a17..8649f8061b3a9a080332ac47240f79342f29ba9c 100644 (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]"
This page took 0.029969 seconds and 4 git commands to generate.