Created attachment 15144 [details] Patch fixing the tests. The Thumb PLT tests in ld-arm are skipped on *-*-gnueabihf targets because the locations are slightly different (the output is the same, but with the wrong addresses). The same should be done for *-*-musleabihf.
The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8023a054649541dfce3be99a5f84c8afb66f2c62 commit 8023a054649541dfce3be99a5f84c8afb66f2c62 Author: A. Wilcox <awilfox@adelielinux.org> Date: Thu Oct 5 12:51:53 2023 +0100 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.
Patch applied - thanks!