public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix: ld testsuite: glibc-specific DT_RELR tests should not be run on musl systems
@ 2023-10-05 13:27 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-10-05 13:27 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8838ac1c9e05baa269fb50ebaa3318925b4df55b

commit 8838ac1c9e05baa269fb50ebaa3318925b4df55b
Author: A. Wilcox <awilfox@adelielinux.org>
Date:   Thu Oct 5 14:26:32 2023 +0100

    Fix: ld testsuite: glibc-specific DT_RELR tests should not be run on musl systems
    
      PR 30917
      * testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.

Diff:
---
 ld/ChangeLog                    | 5 +++++
 ld/testsuite/ld-elf/dt-relr.exp | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index a9c87bd1cf4..4009d2c79e0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w
+
+	PR 30917
+	* testsuite/ld-elf/dt-relr.exp: Skip for MUSL targets.
+
 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w
 
 	PR 30918
diff --git a/ld/testsuite/ld-elf/dt-relr.exp b/ld/testsuite/ld-elf/dt-relr.exp
index f7d9901c071..c8d937ba4d0 100644
--- a/ld/testsuite/ld-elf/dt-relr.exp
+++ b/ld/testsuite/ld-elf/dt-relr.exp
@@ -23,6 +23,10 @@ if { ![supports_dt_relr] } {
     return
 }
 
+if { [istarget *-*-musl*] } {
+    return
+}
+
 run_cc_link_tests [list \
     [list \
 	"Build dt-relr-glibc-1a.so" \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-05 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 13:27 [binutils-gdb] Fix: ld testsuite: glibc-specific DT_RELR tests should not be run on musl systems Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).