This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] MIPS16/opcodes: Update opcode table comment


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=343fa6906329eb5ec070cf2c05884e49a1cb9d46

commit 343fa6906329eb5ec070cf2c05884e49a1cb9d46
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Wed Dec 7 02:53:03 2016 +0000

    MIPS16/opcodes: Update opcode table comment
    
    	opcodes/
    	* mips16-opc.c (mips16_opcodes): Update comment naming structure
    	members.

Diff:
---
 opcodes/ChangeLog    | 5 +++++
 opcodes/mips16-opc.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 208197c..c59f146 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
 2016-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
diff --git a/opcodes/mips16-opc.c b/opcodes/mips16-opc.c
index f23b8d6..9337e5d 100644
--- a/opcodes/mips16-opc.c
+++ b/opcodes/mips16-opc.c
@@ -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 },


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]