From dd8f2bbf479fc454dc989a717d80c73a78a28914 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 5 May 2004 13:43:36 +0000 Subject: [PATCH] * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC. --- opcodes/ChangeLog | 5 +++++ opcodes/ppc-opc.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0ef46616d9..c15b19b543 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-05-05 Alan Modra + + PR 146. + * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC. + 2004-04-29 Ben Elliston * ppc-opc.c (XCMPL): Renmame to XOPL. Update users. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 8c7f5c65df..35f7fc6036 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -1764,7 +1764,7 @@ extract_tbr (unsigned long insn, #define PPC440 PPC_OPCODE_440 #define PPC750 PPC #define PPC860 PPC -#define PPCVEC PPC_OPCODE_ALTIVEC | PPC_OPCODE_PPC +#define PPCVEC PPC_OPCODE_ALTIVEC #define POWER PPC_OPCODE_POWER #define POWER2 PPC_OPCODE_POWER | PPC_OPCODE_POWER2 #define PPCPWR2 PPC_OPCODE_PPC | PPC_OPCODE_POWER | PPC_OPCODE_POWER2 -- 2.11.0