Landing: cdba41388cca
Project / Subsystem
binutils / aarch64
Date
2026-07-15
Author
Alice Carlotti <acarlotti@sourceware.org>
Commit
cdba41388cca973653bd007de0a7ca75eca11a17
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- aarch64
- patch_id
- —
- commit_hash
- cdba41388cca973653bd007de0a7ca75eca11a17
- source_type
- public_inbox
- headline
- aarch64: Remove cast from struct initializer.
- tldr
- Fixes a GCC 4.9 compile error in aarch64 opcode definitions.
- author
- Alice Carlotti <acarlotti@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • compiler error
- • GCC
- • opcodes
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-15T00:00:00.000Z
A GCC 4.9 compile error in the aarch64 opcode definitions has been fixed.
The error occurred due to an initializer element not being a constant.
This change removes a cast from a struct initializer in opcodes/aarch64-opc-2.c and updates the code generation in opcodes/aarch64-gen.c.