Landing: 90c0cb3e4f34
Project / Subsystem
binutils / binutils/ld/testsuite
Date
2026-07-23
Author
"Maciej W. Rozycki" <macro@sourceware.org>
Commit
90c0cb3e4f346c293a73eb0917f1b4683239fee7
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/ld/testsuite
- patch_id
- —
- commit_hash
- 90c0cb3e4f346c293a73eb0917f1b4683239fee7
- source_type
- public_inbox
- headline
- Remove $LDFLAGS from ld link tests
- tldr
- Avoids duplicating LDFLAGS when invoking linker tests.
- author
- "Maciej W. Rozycki" <macro@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
- []
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-23T00:00:00.000Z
The run_ld_link_tests script in the linker test suite no longer references the global $LDFLAGS variable. This corrects an issue where LDFLAGS could be incorrectly included twice, fixing regressions in linker invocations.