mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
* ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
This commit is contained in:
parent
0b69cd08e0
commit
1cbbfaf9a2
@ -1,3 +1,7 @@
|
||||
2001-12-18 matthew green <mrg@redhat.com>
|
||||
|
||||
* ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
|
||||
|
||||
2001-12-17 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* alpha-opc.c (unop): Encode with RB as $sp.
|
||||
|
@ -1578,7 +1578,7 @@ extract_tbr (insn, dialect, invalid)
|
||||
#define PPC405 PPC403
|
||||
#define PPC750 PPC
|
||||
#define PPC860 PPC
|
||||
#define PPCVEC PPC_OPCODE_ALTIVEC | PPC_OPCODE_ANY
|
||||
#define PPCVEC PPC_OPCODE_ALTIVEC | PPC_OPCODE_ANY | PPC_OPCODE_PPC
|
||||
#define POWER PPC_OPCODE_POWER | PPC_OPCODE_ANY
|
||||
#define POWER2 PPC_OPCODE_POWER | PPC_OPCODE_POWER2 | PPC_OPCODE_ANY
|
||||
#define PPCPWR2 PPC_OPCODE_PPC | PPC_OPCODE_POWER | PPC_OPCODE_POWER2 | PPC_OPCODE_ANY
|
||||
|
Loading…
Reference in New Issue
Block a user