mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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*"
|
||||
|
||||
Reference in New Issue
Block a user