Landing: 62cc7210c87a
Project / Subsystem
binutils / include/elf
Date
2026-05-11
Author
Simon Marchi <simark@sourceware.org>
Commit
62cc7210c87a08a9e10955d9a240cfe0c0b5ee13
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- include/elf
- patch_id
- —
- commit_hash
- 62cc7210c87a08a9e10955d9a240cfe0c0b5ee13
- source_type
- public_inbox
- headline
- Fix order of AMDGPU constants in include/elf/amdgpu.h
- tldr
- The order of AMDGPU machine constants in include/elf/amdgpu.h has been corrected to match their numerical values.
- author
- Simon Marchi <simark@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • elf
- • amdgpu
- • header
- • fix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-11T00:00:00.000Z
The order of AMDGPU machine constants in include/elf/amdgpu.h was incorrect. This commit reorders the constants to be in ascending order of their values. This ensures that tools which rely on the ordering of these constants will function correctly when dealing with AMDGPU ELF files.