From ab4437c3224faf2513c72e9361f6577e02998c5d Mon Sep 17 00:00:00 2001 From: Peter Bergner Date: Mon, 22 Oct 2012 16:04:28 +0000 Subject: opcodes/ * ppc-opc.c (powerpc_opcodes) : Fix opcode spelling. gas/testsuite/ * gas/ppc/altivec.s : Fix opcode spelling. --- opcodes/ChangeLog | 4 ++++ opcodes/ppc-opc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3c57cc8..dc8f149 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2012-10-22 Peter Bergner + + * ppc-opc.c (powerpc_opcodes) : Fix opcode spelling. + 2012-10-18 Tom Tromey * tic54x-dis.c (print_instruction): Don't use K&R style. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index cbf264b..76f5516 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -3170,7 +3170,7 @@ const struct powerpc_opcode powerpc_opcodes[] = { {"maclhwsu.", XO (4, 460,0,1),XO_MASK, MULHW|PPCVLE, PPCNONE, {RT, RA, RB}}, {"vcmpbfp", VXR(4, 966,0), VXR_MASK, PPCVEC|PPCVLE, PPCNONE, {VD, VA, VB}}, {"vctsxs", VX (4, 970), VX_MASK, PPCVEC|PPCVLE, PPCNONE, {VD, VB, UIMM}}, -{"vcfpsxsw", VX (4, 970), VX_MASK, PPCVEC|PPCVLE, PPCNONE, {VD, VB, UIMM}}, +{"vcfpsxws", VX (4, 970), VX_MASK, PPCVEC|PPCVLE, PPCNONE, {VD, VB, UIMM}}, {"vupklpx", VX (4, 974), VXVA_MASK, PPCVEC|PPCVLE, PPCNONE, {VD, VB}}, {"maclhws", XO (4, 492,0,0),XO_MASK, MULHW|PPCVLE, PPCNONE, {RT, RA, RB}}, {"maclhws.", XO (4, 492,0,1),XO_MASK, MULHW|PPCVLE, PPCNONE, {RT, RA, RB}}, -- cgit v1.1