aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-ifunc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2019-01-29 10:11:01 +0100
committerEric Botcazou <ebotcazou@gcc.gnu.org>2019-01-29 10:11:01 +0100
commitc49829c3c331182575034911f2bb053dfbb7d8a8 (patch)
tree6cba51eef39abf665e022fa56c7c33bf932c408c /ld/testsuite/ld-ifunc
parent9065c2ceff391da9dedc70d9f6b4bbd051209aaf (diff)
downloadfsf-binutils-gdb-c49829c3c331182575034911f2bb053dfbb7d8a8.zip
fsf-binutils-gdb-c49829c3c331182575034911f2bb053dfbb7d8a8.tar.gz
fsf-binutils-gdb-c49829c3c331182575034911f2bb053dfbb7d8a8.tar.bz2
Skip ld/pr23169 on SPARC.
The test is already skipped on PowerPC and Aarch64 because it's invalid. * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on SPARC.
Diffstat (limited to 'ld/testsuite/ld-ifunc')
-rw-r--r--ld/testsuite/ld-ifunc/ifunc.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp
index 0fb312a..6725d49 100644
--- a/ld/testsuite/ld-ifunc/ifunc.exp
+++ b/ld/testsuite/ld-ifunc/ifunc.exp
@@ -719,7 +719,9 @@ run_ld_link_exec_tests [list \
# That does not happen for the pr23169 testcase where the resolver is
# in the executable (which is relocated last by ld.so).
if { [isnative]
- && !([istarget "powerpc-*-*"] || [istarget "aarch64*-*-*"]) } {
+ && !([istarget "powerpc-*-*"]
+ || [istarget "aarch64*-*-*"]
+ || [istarget "sparc*-*-*"]) } {
run_ld_link_exec_tests [list \
[list \
"Run pr23169a" \