diff options
author | A. Wilcox <awilfox@adelielinux.org> | 2023-10-05 13:52:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-05 13:52:56 +0100 |
commit | 99b06f8a80cf81f34c5f9b3f8c0e69246f792317 (patch) | |
tree | 8713bf2c11c779ee3e3ef94b9e0213a8e4e8c50d /ld | |
parent | 8023a054649541dfce3be99a5f84c8afb66f2c62 (diff) | |
download | gdb-99b06f8a80cf81f34c5f9b3f8c0e69246f792317.zip gdb-99b06f8a80cf81f34c5f9b3f8c0e69246f792317.tar.gz gdb-99b06f8a80cf81f34c5f9b3f8c0e69246f792317.tar.bz2 |
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.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-shared/shared.exp | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 140453a..a9c87bd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 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 * testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations using the MUSL library. diff --git a/ld/testsuite/ld-shared/shared.exp b/ld/testsuite/ld-shared/shared.exp index f56e42f..359d923 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*" |