m68k: Require m68020up rather than m68000up for CHK.L instruction.
authorFredrik Noring <noring@nocrew.org>
Thu, 7 Jan 2021 14:44:27 +0000 (14:44 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 Jan 2021 14:45:10 +0000 (14:45 +0000)
* m68k-opc.c (chkl): Change minimum architecture requirement to
m68020.

opcodes/ChangeLog
opcodes/m68k-opc.c

index 2add0e75d058b76b863902a99e8b3c871930ba5f..87dbc4dfe53d19ca02de262c64bb01c083d23720 100644 (file)
@@ -1,3 +1,8 @@
+2021-01-07  Fredrik Noring  <noring@nocrew.org>
+
+       * m68k-opc.c (chkl): Change minimum architecture requirement to
+       m68020.
+
 2021-01-07  Philipp Tomsich  <prt@gnu.org>
 
        * riscv-opc.c (riscv_opcodes): Add pause hint instruction.
index b3c73d98a162c3adc91dafd3099ee9e95f0a54de..f9af1cf0a5da010b881ed2dba8591a607bfb8b1c 100644 (file)
@@ -235,7 +235,7 @@ const struct m68k_opcode m68k_opcodes[] =
 {"chk2w", 4,   two(0001300,0004000),   two(0177700,07777), "!sR1", m68020up | cpu32 | fido_a },
 {"chk2l", 4,   two(0002300,0004000),   two(0177700,07777), "!sR1", m68020up | cpu32 | fido_a },
 
-{"chkl", 2,    one(0040400),           one(0170700), ";lDd", m68000up },
+{"chkl", 2,    one(0040400),           one(0170700), ";lDd", m68020up },
 {"chkw", 2,    one(0040600),           one(0170700), ";wDd", m68000up },
 
 #define SCOPE_LINE (0x1 << 3)