* ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
authorAlan Modra <amodra@gmail.com>
Wed, 5 May 2004 13:43:36 +0000 (13:43 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 5 May 2004 13:43:36 +0000 (13:43 +0000)
opcodes/ChangeLog
opcodes/ppc-opc.c

index 0ef46616d9bff6a4bdb8e08b4c4b6b53410f9c7b..c15b19b54345567e0af26e860b98db2fc4f92a06 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-05  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 146.
+       * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
+
 2004-04-29  Ben Elliston  <bje@au.ibm.com>
 
        * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.
index 8c7f5c65df6c62b54b81d069e8872b2e9f0bd1c4..35f7fc6036e20bb0ffc0544bf1c1f77352cba098 100644 (file)
@@ -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
This page took 0.027048 seconds and 4 git commands to generate.