Landing: c17883e6f27a
Project / Subsystem
gcc / testsuite
Date
2026-07-23
Author
Rainer Orth
Commit
c17883e6f27a0960ba35fe059db639293b7ab909
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- testsuite
- patch_id
- —
- commit_hash
- c17883e6f27a0960ba35fe059db639293b7ab909
- source_type
- github
- headline
- testsuite: Provide SHF_LINK_ORDER effective target
- tldr
- Testsuite effective target 'o_flag_in_section' is renamed to 'shf_link_order' for clarity.
- author
- Rainer Orth
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • testsuite
- • elf
- • configuration
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-23T00:00:00.000Z
This commit renames the testsuite effective target o_flag_in_section to shf_link_order for better accuracy. The original name was a misnomer, as it actually signifies support for the SHF_LINK_ORDER section flag, not an ‘o’ flag. The change uses the et-static framework to determine this target from HAVE_GAS_SECTION_LINK_ORDER and updates existing tests.