* ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.

This commit is contained in:
Alan Modra 2004-05-05 13:43:36 +00:00
parent 0c9c985cf1
commit a404d431a8
2 changed files with 6 additions and 1 deletions

View 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> 2004-04-29 Ben Elliston <bje@au.ibm.com>
* ppc-opc.c (XCMPL): Renmame to XOPL. Update users. * ppc-opc.c (XCMPL): Renmame to XOPL. Update users.

View file

@ -1764,7 +1764,7 @@ extract_tbr (unsigned long insn,
#define PPC440 PPC_OPCODE_440 #define PPC440 PPC_OPCODE_440
#define PPC750 PPC #define PPC750 PPC
#define PPC860 PPC #define PPC860 PPC
#define PPCVEC PPC_OPCODE_ALTIVEC | PPC_OPCODE_PPC #define PPCVEC PPC_OPCODE_ALTIVEC
#define POWER PPC_OPCODE_POWER #define POWER PPC_OPCODE_POWER
#define POWER2 PPC_OPCODE_POWER | PPC_OPCODE_POWER2 #define POWER2 PPC_OPCODE_POWER | PPC_OPCODE_POWER2
#define PPCPWR2 PPC_OPCODE_PPC | PPC_OPCODE_POWER | PPC_OPCODE_POWER2 #define PPCPWR2 PPC_OPCODE_PPC | PPC_OPCODE_POWER | PPC_OPCODE_POWER2