diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-11 21:51:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-11 21:51:07 +0000 |
commit | fb7a8ef0dfe79497e9bb51a8daeec2e70f1186d5 (patch) | |
tree | c80716ee7c8f5999cdd9f261fb53b7c05a93e3f0 /sim/arm/ChangeLog | |
parent | 6112b8746ae25d65f8cf77e786a87cd6723e72ce (diff) | |
download | gdb-fb7a8ef0dfe79497e9bb51a8daeec2e70f1186d5.zip gdb-fb7a8ef0dfe79497e9bb51a8daeec2e70f1186d5.tar.gz gdb-fb7a8ef0dfe79497e9bb51a8daeec2e70f1186d5.tar.bz2 |
Fix handling of XScale LDRD and STRD instructions with post indexed addressing modes.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index ee7b652..181f6f4 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,8 @@ +2001-05-11 Nick Clifton <nickc@cambridge.redhat.com> + + * armemu.c (ARMul_Emulate32): Fix handling of XScale LDRD and STRD + instructions with post indexed addressing modes. + 2001-05-08 Jens-Christian Lache <lache@tu-harburg.de> * armsupp.c (ARMul_FixCPSR): Check Mode not Bank in order to |