[PATCH] ld: Limit PR ld/34088 test to Linux/x86-64 and Linux/aarch64
H.J. Lu
hjl.tools@gmail.com
Thu Apr 23 01:30:06 GMT 2026
On Thu, Apr 23, 2026 at 9:03 AM Alan Modra <amodra@gmail.com> wrote:
>
> The test relies on having a glibc installed with a script libm.a. As
> far as I can see that means the test is only useful on x68_64 and
> aarch64 with a newish glibc. Please limit it, or write a more
> generally useful test.
>
> These fails turned up:
> microblaze-linux-gnu +FAIL: PR ld/34088
> tilepro-linux-gnu +FAIL: PR ld/34088
>
> Both with "warning: feclearexcept is not implemented and will always
> fail".
>
> --
> Alan Modra
Since PR ld/34088 test requires libm.a, which has feclearexcept, as a
linker script like
GROUP ( /usr/lib64/libm-2.42.a /usr/lib64/libmvec.a )
which is implemented for Linux/x86-64 and Linux/aarch64, limit such test
to Linux/x86-64 and Linux/aarch64.
PR ld/34088
* testsuite/ld-plugin/lto.exp: Limit PR ld/34088 test to
Linux/x86-64 and Linux/aarch64.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
--
H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ld-Limit-PR-ld-34088-test-to-Linux-x86-64-and-Linux-.patch
Type: text/x-patch
Size: 1830 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20260423/34c820d8/attachment-0001.bin>
More information about the Binutils
mailing list