]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
aarch64: Remove a stray comment from opcode/aarch64.h
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 25 Jun 2026 10:32:23 +0000 (11:32 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Thu, 2 Jul 2026 12:32:52 +0000 (13:32 +0100)
When flag bit 28 was removed in an earlier patch, the comment describing
it was left behind.  This just cleans that up.

include/opcode/aarch64.h

index 6d1b414444ae65f76cb4362d1d7e861156fc2759..f51045210c9ee9b5557eb49fb94f3c3789fd722e 100644 (file)
@@ -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.  */