[binutils-gdb] aarch64: Remove a stray comment from opcode/aarch64.h

Richard Earnshaw via Binutils-cvs <[email protected]> Thu, 2 Jul 2026 12:44:13 +0000 (GMT)
Newsgroups gmane.comp.gnu.binutils.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0ee7eb3a0d4196979416b163a2eba8b9d8f4e701

commit 0ee7eb3a0d4196979416b163a2eba8b9d8f4e701
Author: Richard Earnshaw <[email protected]>
Date:   Thu Jun 25 11:32:23 2026 +0100

    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:
---
 include/opcode/aarch64.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.  */