From: Christophe Lyon Date: Mon, 2 Jan 2023 16:14:15 +0000 (+0000) Subject: Skip ld/pr23169 test on arm. X-Git-Tag: binutils-2_40~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dcaa0ed8f6f486d49b8b3b7ee0da8a80f64affbd;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/ld/testsuite/ld-ifunc/ifunc.exp b/ld/testsuite/ld-ifunc/ifunc.exp index 15dcee0d967..edabcc3f744 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" \