diff options
author | Matthew Green <mrg@redhat.com> | 2001-12-18 14:07:03 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-12-18 14:07:03 +0000 |
commit | 1cbbfaf9a2ea0058d9d93f470c0a0303b039fa64 (patch) | |
tree | 30b9b9126c9dd83b1a64b03243c09cf73c26b638 /opcodes/ppc-opc.c | |
parent | 0b69cd08e03156c6fc341b354d6b80f888d3fa23 (diff) | |
download | gdb-1cbbfaf9a2ea0058d9d93f470c0a0303b039fa64.zip gdb-1cbbfaf9a2ea0058d9d93f470c0a0303b039fa64.tar.gz gdb-1cbbfaf9a2ea0058d9d93f470c0a0303b039fa64.tar.bz2 |
* ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
Diffstat (limited to 'opcodes/ppc-opc.c')
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 13599c6..0d96e03 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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 |