diff options
author | Alan Modra <amodra@gmail.com> | 2004-05-05 13:43:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2004-05-05 13:43:36 +0000 |
commit | a404d431a86c8271c36f168ec7cd4f6678e13209 (patch) | |
tree | 97d6529bb7adc48f251ce5e24ff44960301b89ac /opcodes | |
parent | 0c9c985cf14c6d4e5bf8cad5029711fbaef5cd7a (diff) | |
download | binutils-a404d431a86c8271c36f168ec7cd4f6678e13209.zip binutils-a404d431a86c8271c36f168ec7cd4f6678e13209.tar.gz binutils-a404d431a86c8271c36f168ec7cd4f6678e13209.tar.bz2 |
* ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0ef4661..c15b19b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 8c7f5c6..35f7fc6 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 |