mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
* ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC.
This commit is contained in:
parent
0c9c985cf1
commit
a404d431a8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user