Landing: 916226638dca
Project / Subsystem
binutils / aarch64
Date
2026-05-15
Author
Alice Carlotti <acarlotti@sourceware.org>
Commit
916226638dca425cf59608c947aea21e14717675
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- aarch64
- patch_id
- —
- commit_hash
- 916226638dca425cf59608c947aea21e14717675
- source_type
- public_inbox
- headline
- AArch64: Add QLF_ERR to aarch64_opnd_qualifiers
- tldr
- The AArch64 operand qualifier enum now has a dummy entry that should never be used.
- author
- Alice Carlotti <acarlotti@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • assembler
- • qualifiers
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
This adds an entry to aarch64_opnd_qualifiers for AARCH64_OPND_QLF_ERR. This entry should never be used, but it aligns the array length with the enum length, which could improve robustness.