diff options
author | DJ Delorie <dj@redhat.com> | 2006-03-14 04:20:53 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-03-14 04:20:53 +0000 |
commit | 43aa3bb1d43045f9a60a2a91be8766582a4aab42 (patch) | |
tree | d8eebe37788ebc435b3a8451e94398c6d9d37a32 /cpu/ChangeLog | |
parent | 727b6b4b411c55d0d6719556bcf6a5da5c54adb6 (diff) | |
download | gdb-43aa3bb1d43045f9a60a2a91be8766582a4aab42.zip gdb-43aa3bb1d43045f9a60a2a91be8766582a4aab42.tar.gz gdb-43aa3bb1d43045f9a60a2a91be8766582a4aab42.tar.bz2 |
* m32c.cpu (Bit3-S): New.
(btst:s): New.
* m32c.opc (parse_bit3_S): New.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 39739d5..2a888e0 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,5 +1,9 @@ 2006-03-13 DJ Delorie <dj@redhat.com> + * m32c.cpu (Bit3-S): New. + (btst:s): New. + * m32c.opc (parse_bit3_S): New. + * m32c.cpu (decimal-subtraction16-insn): Add second operand. (btst): Add optional :G suffix for MACH32. (or.b:S): New. |