diff options
author | A. Wilcox <awilfox@adelielinux.org> | 2023-10-05 12:51:53 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-05 12:51:53 +0100 |
commit | 8023a054649541dfce3be99a5f84c8afb66f2c62 (patch) | |
tree | 88225138b3fbc2dff0fc72786404be8343cdf08a /ld/ChangeLog | |
parent | 693ac69b4d41453f8876512780c35ba485f7c4a1 (diff) | |
download | gdb-8023a054649541dfce3be99a5f84c8afb66f2c62.zip gdb-8023a054649541dfce3be99a5f84c8afb66f2c62.tar.gz gdb-8023a054649541dfce3be99a5f84c8afb66f2c62.tar.bz2 |
Fix: ld testsuite: Thumb PLT and GOT tests should be skipped on musl armhf targets
PR 30923
* testsuite/ld-arm/thumb-plt-got.d: Skip test for configurations using the MUSL library.
* testsuite/ld-arm/thumb-plt.d: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8ff8511..140453a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,12 @@ 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. + * testsuite/ld-arm/thumb-plt.d: Likewise. + +2023-10-05 A. Wilcox <awilfox@adelielinux.org>w + PR 30925 PR 22001 * testsuite/ld-i386/i386.exp: Skip the pr22001 test with TEXTREL |