[pushed] include/elf: fix order of AMDGPU constants
Project / Subsystem
binutils / include/elf
Date
2026-05-11
Proposer
Simon Marchi <simon.marchi@efficios.com>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
All attributes
- project
- binutils
- subsystem
- include/elf
- patch_id
- —
- discussion_id
- 20260511151846.69747-1-simon.marchi@efficios.com
- source_type
- public_inbox
- title
- [pushed] include/elf: fix order of AMDGPU constants
- headline
- Fix AMDGPU constant order in include/elf.
- tldr
- Simon Marchi fixed the order of AMDGPU constants in `include/elf/amdgpu.h` to be in ascending value order.
- proposer
- Simon Marchi <simon.marchi@efficios.com>
- consensus
- Proposed
- outcome
- committed
- sentiment_score
- —
- technical_tradeoffs
- []
- series_id
- —
- series_role
- standalone
- series_parts
- []
- tags
-
- • binutils
- • elf
- • amdgpu
- • constants
- • header file
- bugzilla_url
- —
- date
- 2026-05-11T00:00:00.000Z
[pushed] include/elf: fix order of AMDGPU constants
Simon Marchi corrected the order of AMDGPU machine constants within the include/elf/amdgpu.h header file. The constants were intended to be in ascending order of their values, and this commit enforces that order.