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.
This commit is contained in:
Eric Botcazou 2019-01-29 10:11:01 +01:00
parent 9065c2ceff
commit c49829c3c3
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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" \