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

opcodes/ppc-opc.c change.




hi folks.


this just correctly orders a single instruction in ppc-opc.c.

OK to commit?


.mrg.


	* ppc-opc.c (icbt): Order correctly.



Index: opcodes/ppc-opc.c
===================================================================
RCS file: /cvs/src/src/opcodes/ppc-opc.c,v
retrieving revision 1.16
diff -p -r1.16 ppc-opc.c
*** ppc-opc.c	2001/08/27 10:27:48	1.16
--- ppc-opc.c	2001/08/27 16:04:25
*************** const struct powerpc_opcode powerpc_opco
*** 2624,2629 ****
--- 2624,2631 ----
  { "slliq",   XRC(31,248,0), X_MASK,	M601,		{ RA, RS, SH } },
  { "slliq.",  XRC(31,248,1), X_MASK,	M601,		{ RA, RS, SH } },
  
+ { "icbt",    X(31,262),	XRT_MASK,	PPC403,		{ RA, RB } },
+ 
  { "doz",     XO(31,264,0,0), XO_MASK,	M601,		{ RT, RA, RB } },
  { "doz.",    XO(31,264,0,1), XO_MASK,	M601,		{ RT, RA, RB } },
  { "dozo",    XO(31,264,1,0), XO_MASK,	M601,		{ RT, RA, RB } },
*************** const struct powerpc_opcode powerpc_opco
*** 2644,2651 ****
  { "dcbt",    X(31,278),	XRT_MASK,	PPC,		{ RA, RB } },
  
  { "lhzx",    X(31,279),	X_MASK,		COM,		{ RT, RA, RB } },
- 
- { "icbt",    X(31,262),	XRT_MASK,	PPC403,		{ RA, RB } },
  
  { "eqv",     XRC(31,284,0), X_MASK,	COM,		{ RA, RS, RB } },
  { "eqv.",    XRC(31,284,1), X_MASK,	COM,		{ RA, RS, RB } },
--- 2646,2651 ----


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