Landing: a98ac982f160

Project / Subsystem

binutils / binutils/opcodes

Date

2026-07-26

Author

Nick Clifton <nickc@sourceware.org>

Commit

a98ac982f160696989cede4b6b43b5a9c2b32c74

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils/opcodes
patch_id
commit_hash
a98ac982f160696989cede4b6b43b5a9c2b32c74
source_type
public_inbox
headline
Fix struct initializer for aarch64-gen.
tldr
Corrects a struct initializer issue in the aarch64 opcode generator.
author
Nick Clifton <nickc@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • opcodes
  • build
discussion_id_link
bugzilla_pr
date
2026-07-26T00:00:00.000Z

This commit fixes a similar issue in the aarch64-gen code as a previous commit did for the aarch64 architecture itself. It addresses an incorrect cast within a struct initializer that was affecting the build of the aarch64 opcode generator. Constant definitions were moved to resolve this.