aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@arm.com>2023-01-02 16:14:15 +0000
committerChristophe Lyon <christophe.lyon@arm.com>2023-01-09 16:51:57 +0100
commit7a43fe0185f5e7672461da54ab78050abb72b194 (patch)
treee9fe827687bab2cee997961cc3a718a42f3c5a8f /ld
parent2b70b1b838388cc4186933a724eccd0be6b2a955 (diff)
downloadbinutils-7a43fe0185f5e7672461da54ab78050abb72b194.zip
binutils-7a43fe0185f5e7672461da54ab78050abb72b194.tar.gz
binutils-7a43fe0185f5e7672461da54ab78050abb72b194.tar.bz2
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.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ld-ifunc/ifunc.exp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp
index 15dcee0..edabcc3 100644
--- a/ld/testsuite/ld-ifunc/ifunc.exp
+++ b/ld/testsuite/ld-ifunc/ifunc.exp
@@ -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" \