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 | f95169776051b36eb72b6fb609edc96aa964247d (patch) | |
tree | 235c75a63fee151578a7195e3537d71434c98d66 /opcodes | |
parent | e3d48df984cf5c3cffa64b3e5308a7a69fd352fd (diff) | |
download | gdb-f95169776051b36eb72b6fb609edc96aa964247d.tar.gz |
* ppc-opc.c (PPCVEC): Include PPC_OPCODE_ANY.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/ppc-opc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4f014590afc..b37252fafab 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 13599c68def..0d96e03cdd2 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 |