diff options
author | DJ Delorie <dj@redhat.com> | 2006-03-14 00:29:59 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2006-03-14 00:29:59 +0000 |
commit | 8d0e267915c0a376e2aa3604ec7cb5810efac901 (patch) | |
tree | 71a2e59e95d348bca064c4c5a05501f3941cbc33 /cpu/ChangeLog | |
parent | 501f44f76d934bc94da175da2143f8eba7fc7041 (diff) | |
download | gdb-8d0e267915c0a376e2aa3604ec7cb5810efac901.zip gdb-8d0e267915c0a376e2aa3604ec7cb5810efac901.tar.gz gdb-8d0e267915c0a376e2aa3604ec7cb5810efac901.tar.bz2 |
* m32c.cpu (decimal-subtraction16-insn): Add second operand.
(btst): Add optional :G suffix for MACH32.
(or.b:S): New.
(pop.w:G): Add optional :G suffix for MACH16.
(push.b.imm): Fix syntax.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index e96b74a..39739d5 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,11 @@ +2006-03-13 DJ Delorie <dj@redhat.com> + + * m32c.cpu (decimal-subtraction16-insn): Add second operand. + (btst): Add optional :G suffix for MACH32. + (or.b:S): New. + (pop.w:G): Add optional :G suffix for MACH16. + (push.b.imm): Fix syntax. + 2006-03-10 DJ Delorie <dj@redhat.com> * m32c.cpu (mul.l): New. |