MIPS16/opcodes: Update opcode table comment
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 02:53:03 +0000 (02:53 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 12:29:50 +0000 (12:29 +0000)
opcodes/
* mips16-opc.c (mips16_opcodes): Update comment naming structure
members.

opcodes/ChangeLog
opcodes/mips16-opc.c

index 208197c0cdfffa2d48b5021f94073141d21e90dc..c59f1469eddc8ae7aaa985824ac5985889fbf518 100644 (file)
@@ -1,3 +1,8 @@
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips16-opc.c (mips16_opcodes): Update comment naming structure
+       members.
+
 2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
 
        * mips-dis.c (print_mips_disassembler_options): Reformat output.
index f23b8d68de00877d2d8ab448325c8683ae91be2a..9337e5d2e4aae9a4d5ca6fba03bc6c32fed95efd 100644 (file)
@@ -181,7 +181,7 @@ decode_mips16_operand (char type, bfd_boolean extended_p)
 
 const struct mips_opcode mips16_opcodes[] =
 {
-/* name,    args,      match,  mask,           pinfo,                  pinfo2, membership */
+/* name,    args,      match,  mask,           pinfo,                  pinfo2, membership,     ase,    exclusions */
 {"nop",            "",         0x6500, 0xffff,         0,                      RD_16,          I1,     0,      0 }, /* move $0,$Z */
 {"la",     "x,A",      0x0800, 0xf800,         WR_1,                   RD_PC,          I1,     0,      0 },
 {"abs",            "x,w",      0, (int) M_ABS,         INSN_MACRO,             0,              I1,     0,      0 },
This page took 0.027756 seconds and 4 git commands to generate.