diff options
author | Jeff Law <law@redhat.com> | 1996-07-03 05:07:07 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-03 05:07:07 +0000 |
commit | 7eaffbec23c3f842f31352e0d2ec2b6f35e1b1f9 (patch) | |
tree | c65c29506b2babc2085d5655b5be3dfc3bb59c03 /include/opcode | |
parent | b9bddc84e21ae588b0ad2904e4a9ce06a59bd1ce (diff) | |
download | gdb-7eaffbec23c3f842f31352e0d2ec2b6f35e1b1f9.zip gdb-7eaffbec23c3f842f31352e0d2ec2b6f35e1b1f9.tar.gz gdb-7eaffbec23c3f842f31352e0d2ec2b6f35e1b1f9.tar.bz2 |
* h8300.h (SRC_IN_DST): Define.
* h8300.h (UNOP3): Mark the register operand in this insn
as a source operand, not a destination operand.
(SHIFT_2, SHIFT_IMM): Remove. Eliminate all references.
(UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark
register operand with SRC_IN_DST.
More hackery for new shift ops on the H8/S.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e02057a..6693459 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,8 +1,13 @@ -start-sanitize-h8s -Tue Jul 2 13:20:19 1996 Jeffrey A Law (law@cygnus.com) +Tue Jul 2 23:05:45 1996 Jeffrey A Law (law@cygnus.com) + + * h8300.h (SRC_IN_DST): Define. +start-sanitize-h8s * h8300.h (UNOP3): Mark the register operand in this insn as a source operand, not a destination operand. + (SHIFT_2, SHIFT_IMM): Remove. Eliminate all references. + (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops. Mark + register operand with SRC_IN_DST. end-sanitize-h8s Fri Jun 21 13:52:17 1996 Richard Henderson <rth@tamu.edu> |