* ppc-opc.c (powerpc_operands): The signedp field has been
authorIan Lance Taylor <ian@airs.com>
Mon, 4 Apr 1994 17:32:02 +0000 (17:32 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 4 Apr 1994 17:32:02 +0000 (17:32 +0000)
commit749a663dba22525e6a13ff9579df02c1051ee8ca
treef92a6b0f6d304f060c276ca2f290a7f1d6ac8f26
parent1937a6650930a7e075b75a25db25037b99196def
* ppc-opc.c (powerpc_operands): The signedp field has been
removed, so don't initialize it.  Set the PPC_OPERAND_SIGNED flag
instead.  Add new operand SISIGNOPT.
(powerpc_opcodes): For lis, liu, addis, and cau use SISIGNOPT.
Based on patch from David Edelsohn (edelsohn@npac.syr.edu).
* ppc-dis.c (print_insn_powerpc): Check PPC_OPERAND_SIGNED rather
than signedp field.
opcodes/ChangeLog
opcodes/ppc-opc.c