diff options
author | DJ Delorie <dj@redhat.com> | 2010-12-14 23:12:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-12-14 23:12:20 +0000 |
commit | 29cfc22f891b09394ff485fe18c2e2f0c3c80b0f (patch) | |
tree | 938b0335b948693063eb36808371e976db1a4e85 /sim/rx/ChangeLog | |
parent | 4b2826e7db7e65a1587adfa96546e8869a6418b9 (diff) | |
download | gdb-29cfc22f891b09394ff485fe18c2e2f0c3c80b0f.zip gdb-29cfc22f891b09394ff485fe18c2e2f0c3c80b0f.tar.gz gdb-29cfc22f891b09394ff485fe18c2e2f0c3c80b0f.tar.bz2 |
* rx.c (decode_opcode): For "MVFC PC,", use the address of the
opcode, not the address following the opcode.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r-- | sim/rx/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog index 16678f8..c0b4b5d 100644 --- a/sim/rx/ChangeLog +++ b/sim/rx/ChangeLog @@ -1,3 +1,8 @@ +2010-12-14 DJ Delorie <dj@redhat.com> + + * rx.c (decode_opcode): For "MVFC PC,", use the address of the + opcode, not the address following the opcode. + 2010-11-11 DJ Delorie <dj@redhat.com> * rx.c (lsb_count): New. |