diff options
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 da823ac..ce23ca1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2016-05-13 Peter Bergner <bergner@vnet.ibm.com> + + * ppc-opc.c (IMM8): Use PPC_OPERAND_SIGNOPT. + 2016-05-11 Andrew Bennett <andrew.bennett@imgtec.com> * mips-dis.c (mips_arch_choices): Add ASE_DSPR3 to mips32r6 and diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index d4ba5d4..04f2231 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -942,7 +942,7 @@ const struct powerpc_operand powerpc_operands[] = /* The 8-bit IMM8 field in a XX1 form instruction. */ #define IMM8 IH + 1 - { 0xff, 11, NULL, NULL, 0 }, + { 0xff, 11, NULL, NULL, PPC_OPERAND_SIGNOPT }, }; const unsigned int num_powerpc_operands = (sizeof (powerpc_operands) |