diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-11 15:52:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-11 15:52:03 +0000 |
commit | 141b9f1bbe710205b8815d83af2657524773f623 (patch) | |
tree | 120792cbeecfcb4bcecc67822fa5bdc02791ecbc /opcodes | |
parent | a89d9f5bf115a66edd1211a018c0f1521c2c34c5 (diff) | |
download | gdb-141b9f1bbe710205b8815d83af2657524773f623.zip gdb-141b9f1bbe710205b8815d83af2657524773f623.tar.gz gdb-141b9f1bbe710205b8815d83af2657524773f623.tar.bz2 |
* ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3,
shifted by 18, without any insertion or extraction function.
(insert_cr, extract_cr): Remove.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 92256ea..000e61a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,20 @@ +Tue Jul 11 11:49:49 1995 Ian Lance Taylor <ian@cygnus.com> + + * ppc-opc.c (powerpc_operands): Change CR to use a bitsize of 3, + shifted by 18, without any insertion or extraction function. + (insert_cr, extract_cr): Remove. + +start-sanitize-arc +Mon Jul 3 11:54:31 1995 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o. + +end-sanitize-arc +Wed Jun 21 20:05:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before + register names. + Thu Jun 15 17:23:31 1995 Stan Shebs <shebs@andros.cygnus.com> * mpw-config.in: Add sh and i386 configs, remove sparc config. |