diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-04 17:32:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-04 17:32:02 +0000 |
commit | 749a663dba22525e6a13ff9579df02c1051ee8ca (patch) | |
tree | f92a6b0f6d304f060c276ca2f290a7f1d6ac8f26 /opcodes/ChangeLog | |
parent | 1937a6650930a7e075b75a25db25037b99196def (diff) | |
download | gdb-749a663dba22525e6a13ff9579df02c1051ee8ca.zip gdb-749a663dba22525e6a13ff9579df02c1051ee8ca.tar.gz gdb-749a663dba22525e6a13ff9579df02c1051ee8ca.tar.bz2 |
* 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.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2ae8d46..24be61d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +Mon Apr 4 13:22:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * 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. + Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * i386-dis.c (struct private): Renamed to dis_private. `private' |