This is the mail archive of the binutils@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]

[committed] MIPS16/opcodes: Update opcode table comment


	opcodes/
	* mips16-opc.c (mips16_opcodes): Update comment naming structure 
	members.
---
binutils-mips16-opcodes-heading.diff
Index: binutils/opcodes/mips16-opc.c
===================================================================
--- binutils.orig/opcodes/mips16-opc.c	2016-12-02 22:34:23.274839321 +0000
+++ binutils/opcodes/mips16-opc.c	2016-12-02 22:36:58.594914007 +0000
@@ -181,7 +181,7 @@ decode_mips16_operand (char type, bfd_bo
 
 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]