diff options
author | DJ Delorie <dj@redhat.com> | 2010-11-12 01:01:12 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-11-12 01:01:12 +0000 |
commit | 5cbc4f2ea11ab187c157530105583eecef444074 (patch) | |
tree | 776123d897371694c9b922a9d3b8ef7063885440 /sim/rx/ChangeLog | |
parent | e493c3b7f38242d98fef4aa084927c22800ae458 (diff) | |
download | gdb-5cbc4f2ea11ab187c157530105583eecef444074.zip gdb-5cbc4f2ea11ab187c157530105583eecef444074.tar.gz gdb-5cbc4f2ea11ab187c157530105583eecef444074.tar.bz2 |
* rx.c (lsb_count): New.
(divu_cycles): New.
(div_cycles): New.
(decode_opcode): Fix cycle count math for div, divu, suntil, and
swhile.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r-- | sim/rx/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 8728ebf..16678f8 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,11 @@ +2010-11-11 DJ Delorie <dj@redhat.com> + + * rx.c (lsb_count): New. + (divu_cycles): New. + (div_cycles): New. + (decode_opcode): Fix cycle count math for div, divu, suntil, and + swhile. + 2010-09-29 Kevin Buettner <kevinb@redhat.com> * mem.c (rx_mem_ptr): When invalidating the decode cache, account |