From: Aldy Hernandez Date: Fri, 8 Nov 2002 00:46:21 +0000 (+0000) Subject: 2002-11-07 Aldy Hernandez X-Git-Tag: cagney-unwind-20030108-branchpoint~865 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ced05688d426318d084754ffe0c7f8f73324adb2;p=platform%2Fupstream%2Fbinutils.git 2002-11-07 Aldy Hernandez * ppc-opc.c (EVUIMM_4): Change bit size to 32. (EVUIMM_2): Same. (EVUIMM_8): Same. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 136b3f8..bdf4903 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -2,6 +2,7 @@ * ppc-opc.c (EVUIMM_4): Change bit size to 32. (EVUIMM_2): Same. + (EVUIMM_8): Same. 2002-11-07 Klee Dienes diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 259423a..dc014d2 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -552,7 +552,7 @@ const struct powerpc_operand powerpc_operands[] = /* The other UIMM field in a double EVX form instruction. */ #define EVUIMM_8 EVUIMM_4 + 1 - { 8, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS }, + { 32, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS }, /* The WS field. */ #define WS EVUIMM_8 + 1