From: H.J. Lu Date: Thu, 17 Jul 2025 12:34:22 +0000 (-0700) Subject: ld: Limit PR ld/25617 tests to glibc targets X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd47b8fa56726c0f544f03588cbfaf32307215cd;p=thirdparty%2Fbinutils-gdb.git ld: Limit PR ld/25617 tests to glibc targets Since PR ld/25617 tests expects glibc specific features, limit PR ld/25617 tests to glibc targets. PR ld/33169 * testsuite/ld-elf/no-section-header.exp: Return if not glibc targets. Signed-off-by: H.J. Lu --- diff --git a/ld/testsuite/ld-elf/no-section-header.exp b/ld/testsuite/ld-elf/no-section-header.exp index 2a4575baf9c..7461fddc47b 100644 --- a/ld/testsuite/ld-elf/no-section-header.exp +++ b/ld/testsuite/ld-elf/no-section-header.exp @@ -21,7 +21,7 @@ # Written by H.J. Lu (hongjiu.lu@intel.com) # -if { ![is_elf_format] } { +if { ![istarget *-*-gnu*] } { return }