public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Fix: ld testsuite: non-PIC shared tests fail on powerpc-linux-musl
@ 2023-10-05 12:54 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2023-10-05 12:54 UTC (permalink / raw)
  To: bfd-cvs

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

commit 99b06f8a80cf81f34c5f9b3f8c0e69246f792317
Author: A. Wilcox <awilfox@adelielinux.org>
Date:   Thu Oct 5 13:52:56 2023 +0100

    Fix: ld testsuite: non-PIC shared tests fail on powerpc-linux-musl
    
      PR 30918
      * testsuite/ld-shared/shared.exp: Add XFAILs for tests that fail with the MUSL library.

Diff:
---
 ld/ChangeLog                      | 6 ++++++
 ld/testsuite/ld-shared/shared.exp | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 140453a0f35..a9c87bd1cf4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w
+
+	PR 30918
+	* testsuite/ld-shared/shared.exp: Add XFAILs for tests that fail
+	with the MUSL library.
+
 2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w
 
 	PR 30923
diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp
index f56e42f667b..359d9239b98 100644
--- a/ld/testsuite/ld-shared/shared.exp
+++ b/ld/testsuite/ld-shared/shared.exp
@@ -226,6 +226,7 @@ if ![ld_compile "$CC_FOR_TARGET $SHCFLAG" $srcdir/$subdir/main.c $tmpdir/mainnp.
 	setup_xfail "*-*-solaris2*"
 	setup_xfail "ia64-*-linux*"
 	setup_xfail "alpha*-*-linux*"
+	setup_xfail "powerpc-*-linux-musl"
 	setup_xfail "powerpc64*-*-*"
 	if { ![istarget hppa*64*-*-linux*] } {
 	    setup_xfail "hppa*-*-linux*"
@@ -307,6 +308,7 @@ if ![ld_compile "$CC_FOR_TARGET $SHCFLAG $picflag" $srcdir/$subdir/main.c $tmpdi
 	    setup_xfail "*-*-solaris2*"
 	    setup_xfail "ia64-*-linux*"
 	    setup_xfail "alpha*-*-linux*"
+	    setup_xfail "powerpc-*-linux-musl"
 	    setup_xfail "powerpc64*-*-*"
 	    if { ![istarget hppa*64*-*-linux*] } {
 		setup_xfail "hppa*-*-linux*"

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 12:54 [binutils-gdb] Fix: ld testsuite: non-PIC shared tests fail on powerpc-linux-musl 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).