This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
[binutils-gdb] Skip ld/pr23169 on SPARC.
- From: Eric Botcazou <ebotcazou at sourceware dot org>
- To: bfd-cvs at sourceware dot org
- Date: 29 Jan 2019 09:12:34 -0000
- Subject: [binutils-gdb] Skip ld/pr23169 on SPARC.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c49829c3c331182575034911f2bb053dfbb7d8a8
commit c49829c3c331182575034911f2bb053dfbb7d8a8
Author: Eric Botcazou <ebotcazou@gcc.gnu.org>
Date: Tue Jan 29 10:11:01 2019 +0100
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.
Diff:
---
ld/ChangeLog | 4 ++++
ld/testsuite/ld-ifunc/ifunc.exp | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5bd731f..2e3e7df 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-28 Alan Modra <amodra@gmail.com>
PR 24008
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" \