]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Remove incorrect disassembly constraint
authorAlice Carlotti <alice.carlotti@arm.com>
Tue, 7 Oct 2025 04:02:11 +0000 (05:02 +0100)
committerAlice Carlotti <alice.carlotti@arm.com>
Fri, 10 Oct 2025 00:14:07 +0000 (01:14 +0100)
commit3b957f92dead7ca896615b6b3784b930686b57d4
tree08b74fa7b128dcb13b3640b11432d19ffd3a2d96
parentb421344f419911bf046c1f414ea2b9d25aaa3e97
aarch64: Remove incorrect disassembly constraint

A check in print_insn_aarch64_word asserted that part of the encoding
space couldn't contain any valid encodings, and then returned ERR_NYI
("Not Yet Implemented", perhaps?) for these values.  However, some of
the new FEAT_MOP4 instructions will trigger the assert.  The check seems
to be outdated, and is clearly no longer valid, so it can just be
deleted.

Additionally, there are no other assignments of ERR_NYI, so delete all
remaining references to this error type.
include/opcode/aarch64.h
opcodes/aarch64-asm.c
opcodes/aarch64-dis.c