diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-08 01:38:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-08 01:38:47 +0000 |
commit | 760a7bbec5d60976962ebada559ebd46fa67c2a2 (patch) | |
tree | b086e0c620bbb7c0dfb600ee88184a07dc326e83 /sim/arm/ChangeLog | |
parent | 0aec643be7354c308ff3da9b160b9f4c52b90c7b (diff) | |
download | gdb-760a7bbec5d60976962ebada559ebd46fa67c2a2.zip gdb-760a7bbec5d60976962ebada559ebd46fa67c2a2.tar.gz gdb-760a7bbec5d60976962ebada559ebd46fa67c2a2.tar.bz2 |
Add emulation of double word load and store instructions.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index ed472d4..1c21cb0 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,11 @@ +2000-12-07 Nick Clifton <nickc@redhat.com> + + * armemu.c (ARMul_Emulate26): Detect double word load and + store instructions and call emulation routines. + (Handle_Load_Double): Emulate a double word load instruction. + (Handle_Store_Double): Emulate a double word store + instruction. + 2000-12-03 Nick Clifton <nickc@redhat.com> * armos.c: Fix formatting. |