mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
Skip ld/pr23169 test on arm.
The test is already skipped on several targets (including AArch64) because it's invalid. * testsuite/ld-ifunc/ifunc.exp: Skip pr23169 on arm.
This commit is contained in:
parent
2b70b1b838
commit
7a43fe0185
@ -735,9 +735,10 @@ run_ld_link_exec_tests [list \
|
||||
# in the executable (which is relocated last by ld.so).
|
||||
if { [isnative]
|
||||
&& !([istarget "powerpc-*-*"]
|
||||
|| [istarget "aarch64*-*-*"]
|
||||
|| [istarget "sparc*-*-*"]
|
||||
|| [istarget "riscv*-*-*"]) } {
|
||||
|| [istarget "aarch64*-*-*"]
|
||||
|| [istarget "arm*-*-*"]
|
||||
|| [istarget "sparc*-*-*"]
|
||||
|| [istarget "riscv*-*-*"]) } {
|
||||
run_ld_link_exec_tests [list \
|
||||
[list \
|
||||
"Run pr23169a" \
|
||||
|
Loading…
Reference in New Issue
Block a user