diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc.exp')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index 38fe2d3..3ea434a 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -1,6 +1,6 @@ # Expect script for linker support of IFUNC symbols and relocations. # -# Copyright 2009 Free Software Foundation, Inc. +# Copyright 2009, 2010 Free Software Foundation, Inc. # Contributed by Red Hat. # # This file is part of the GNU Binutils. @@ -32,7 +32,8 @@ if {!(([istarget "i?86-*-*"] && ([istarget "*-*-elf*"] || ([istarget "*-*-linux*"] && ![istarget "*-*-*aout*"] - && ![istarget "*-*-*oldld*"]))) } { + && ![istarget "*-*-*oldld*"]) + || ([istarget "*-*-gnu*"]))) } { verbose "IFUNC tests not run - target does not support IFUNC" return } |