* ld-elf/binutils.exp: Correct x86 gnu target match.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc.exp
index 3ea434ad50f8583e367647bdfee5f5d7256e97b6..6c20dc079b96a8b1ee02c30dc77f9274ff799b77 100644 (file)
@@ -30,10 +30,10 @@ if {!(([istarget "i?86-*-*"]
        || [istarget "powerpc*-*-*"]
        || [istarget "sparc*-*-*"])
       && ([istarget "*-*-elf*"]
-         || ([istarget "*-*-linux*"]
+         || (([istarget "*-*-linux*"]
+              || [istarget "*-*-gnu*"])
              && ![istarget "*-*-*aout*"]
-             && ![istarget "*-*-*oldld*"])
-         || ([istarget "*-*-gnu*"]))) } {
+             && ![istarget "*-*-*oldld*"]))) } {
     verbose "IFUNC tests not run - target does not support IFUNC"
     return
 }
This page took 0.023895 seconds and 4 git commands to generate.