aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-08-15 00:10:52 +0000
committerNick Clifton <nickc@redhat.com>2000-08-15 00:10:52 +0000
commit4bc1de7b2d5e2003fd54d4e7443b44d424cefe96 (patch)
tree8d8d0ce9074e6ac0c6b406004a5634959577efc6 /sim/arm/ChangeLog
parent046b3b54ee25c1e6d3af4fc24d70778d413a2877 (diff)
downloadgdb-4bc1de7b2d5e2003fd54d4e7443b44d424cefe96.zip
gdb-4bc1de7b2d5e2003fd54d4e7443b44d424cefe96.tar.gz
gdb-4bc1de7b2d5e2003fd54d4e7443b44d424cefe96.tar.bz2
Compute write back value for post increment loads before
performing the load in case the offset register is overwritten.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r--sim/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 6dc8bd5..2f1d531 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-14 Nick Clifton <nickc@redhat.com>
+
+ * armemu.c (LHPOSTDOWN): Compute write back value before
+ performing load in case the offset register is overwritten.
+ (LHPOSTUP): Ditto.
+
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Fix typo in the previous patch.