summaryrefslogtreecommitdiff
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:15:46 +0100
commit5bbcb18fc7f83b649cca32d670a1891792fc7b79 (patch)
tree68de06ed57d3671df75e229e9362433300b58dea
parent7252074a5adc49fe8226a2007efe5fae51fd7476 (diff)
downloadbinutils-gdb-5bbcb18fc7f83b649cca32d670a1891792fc7b79.tar.gz
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.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/testsuite/ld-ifunc/ifunc.exp4
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7b61b16acb5..5d5a0a19323 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-29 Eric Botcazou <ebotcazou@adacore.com>
+
+ * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on SPARC.
+
2019-01-25 Nick Clifton <nickc@redhat.com>
* po/bg.po: Updated Bulgarian translation.
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp
index 0fb312a0a77..6725d493e27 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" \