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.
This commit is contained in:
A. Wilcox
2023-10-05 13:52:56 +01:00
committed by Nick Clifton
parent 8023a05464
commit 99b06f8a80
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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*"