diff options
Diffstat (limited to 'ld/testsuite/ld-ifunc/ifunc.exp')
-rw-r--r-- | ld/testsuite/ld-ifunc/ifunc.exp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index cdd4ff8..be519ce 100644 --- a/ld/testsuite/ld-ifunc/ifunc.exp +++ b/ld/testsuite/ld-ifunc/ifunc.exp @@ -23,11 +23,12 @@ # Written by Nick Clifton <nickc@redhat.com> -# IFUNC support has only been implemented for the ix86, x86_64 and powerpc -# so far. +# IFUNC support has only been implemented for the ix86, x86_64, powerpc, +# and sparc so far. if {!(([istarget "i?86-*-*"] || [istarget "x86_64-*-*"] - || [istarget "powerpc*-*-*"]) + || [istarget "powerpc*-*-*"] + || [istarget "sparc*-*-*"]) && ([istarget "*-*-elf*"] || ([istarget "*-*-linux*"] && ![istarget "*-*-*aout*"] |