aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-09-30 17:15:14 +0000
committerNick Clifton <nickc@redhat.com>1998-09-30 17:15:14 +0000
commit1ee490ca0b3e908322c6864b378f3752bee043c1 (patch)
tree7de7a70174e8edadb7e0f06f32704fe16671aec8 /sim/d10v
parentd8ea6d40eeef37025ad560dd0c507cdf8a99cc7c (diff)
downloadgdb-1ee490ca0b3e908322c6864b378f3752bee043c1.zip
gdb-1ee490ca0b3e908322c6864b378f3752bee043c1.tar.gz
gdb-1ee490ca0b3e908322c6864b378f3752bee043c1.tar.bz2
Fix PR 17387: ignore auto increment for loads where the destination register
and the address register are the same.
Diffstat (limited to 'sim/d10v')
-rw-r--r--sim/d10v/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index fd37b7c..030b9f5 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,13 @@
+Wed Sep 30 10:14:18 1998 Nick Clifton <nickc@cygnus.com>
+
+ * simops.c: If load instruction with auto increment/decrement
+ addressing is used when the destination register is the same as
+ the address register, then ignore the auto increment/decrement.
+
+Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
+
+ * configure: Regenerated to track ../common/aclocal.m4 changes.
+
Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
* configure: Regenerated to track ../common/aclocal.m4 changes.