Landing: c27aa8783da4
Project / Subsystem
binutils / ld
Date
2026-05-05
Author
H.J. Lu <hjl@sourceware.org>
Commit
c27aa8783da434aa0b976523547be7cbd7861d32
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- ld
- patch_id
- —
- commit_hash
- c27aa8783da434aa0b976523547be7cbd7861d32
- source_type
- public_inbox
- headline
- Limit PR ld/34088 test to Linux/x86-64 and Linux/aarch64
- tldr
- The linker test case for PR ld/34088 now only runs on Linux/x86-64 and Linux/aarch64.
- author
- H.J. Lu <hjl@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • ld
- • test
- • linux
- • x86-64
- • aarch64
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-05T00:00:00.000Z
The test for PR ld/34088 requires libm.a’s feclearexcept function, which is only implemented on Linux/x86-64 and Linux/aarch64. The change limits the test execution to those platforms.