diff options
author | Kevin Buettner <kevinb@redhat.com> | 2010-09-30 00:03:23 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2010-09-30 00:03:23 +0000 |
commit | e4dcb664155ce5754aa54b0ebc7095d780cbe2fc (patch) | |
tree | 99f4761c5e00605c1e09dd11d0c8b4db6ff9dbe8 /sim/rx/ChangeLog | |
parent | 6f6526358fe53ff6b4da0a689bd8f6b721c3df8a (diff) | |
download | gdb-e4dcb664155ce5754aa54b0ebc7095d780cbe2fc.zip gdb-e4dcb664155ce5754aa54b0ebc7095d780cbe2fc.tar.gz gdb-e4dcb664155ce5754aa54b0ebc7095d780cbe2fc.tar.bz2 |
* mem.c (rx_mem_ptr): When invalidating the decode cache, account
for the fact that the instruction decoder never uses swapped
addresses.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r-- | sim/rx/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 4da5965..8728ebf 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,9 @@ +2010-09-29 Kevin Buettner <kevinb@redhat.com> + + * mem.c (rx_mem_ptr): When invalidating the decode cache, account + for the fact that the instruction decoder never uses swapped + addresses. + 2010-09-29 Nick Clifton <nickc@redhat.com> * rx.c (decode_opcode: RXO_int): Only break out of the emulation |