Landing: fec28c7a7630

Project / Subsystem

binutils / aarch64

Date

2026-05-15

Author

Alice Carlotti <acarlotti@sourceware.org>

Commit

fec28c7a7630322442d3a14893c35b4a631fa7bd

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
aarch64
patch_id
commit_hash
fec28c7a7630322442d3a14893c35b4a631fa7bd
source_type
public_inbox
headline
AArch64: Append explicit NILs to qualifier sequences
tldr
The AArch64 assembler now explicitly marks the end of qualifier sequences with NIL, avoiding reliance on the value of AARCH64_OPND_QLF_NIL.
author
Alice Carlotti <acarlotti@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • assembler
  • opcode table
discussion_id_link
bugzilla_pr
date
2026-05-15T00:00:00.000Z

This change appends explicit NIL qualifiers to the end of qualifier sequences for some AArch64 opcodes. Previously, the NIL qualifier was implicitly set via empty initialization, but this change makes the assignment explicit to avoid depending on the numerical value of AARCH64_OPND_QLF_NIL.