From: Richard Earnshaw Date: Thu, 25 Jun 2026 10:32:23 +0000 (+0100) Subject: aarch64: Remove a stray comment from opcode/aarch64.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ee7eb3a0d4196979416b163a2eba8b9d8f4e701;p=thirdparty%2Fbinutils-gdb.git aarch64: Remove a stray comment from opcode/aarch64.h When flag bit 28 was removed in an earlier patch, the comment describing it was left behind. This just cleans that up. --- diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h index 6d1b414444a..f51045210c9 100644 --- a/include/opcode/aarch64.h +++ b/include/opcode/aarch64.h @@ -1479,7 +1479,7 @@ extern const aarch64_opcode aarch64_opcode_table[]; #define F_OD(X) (((X) & 0x7) << 24) /* Instruction has the field of 'sz'. */ #define F_LSE_SZ (1 << 27) -/* Require an exact qualifier match, even for NIL qualifiers. */ + #define F_SYS_READ (1ULL << 29) /* This system instruction is used to write system registers. */