aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-08 22:19:56 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-08 22:19:56 +0000
commit983b727e70b2732e14ab6278ef15f488cd8983c9 (patch)
tree344da6eb9372cc6889e1092f73a473d6d966d872 /sim/d10v/ChangeLog
parenta3efda28be4932ec8992974aafbf1987507a6c5f (diff)
downloadfsf-binutils-gdb-983b727e70b2732e14ab6278ef15f488cd8983c9.zip
fsf-binutils-gdb-983b727e70b2732e14ab6278ef15f488cd8983c9.tar.gz
fsf-binutils-gdb-983b727e70b2732e14ab6278ef15f488cd8983c9.tar.bz2
Fix name of enum used in cast (sim_fetch_register, sim_store_register).
Diffstat (limited to 'sim/d10v/ChangeLog')
-rw-r--r--sim/d10v/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index 86c4021..67b3ab7 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-08 Andrew Cagney <cagney@redhat.com>
+
+ * interp.c (sim_fetch_register): Fix name of enum used in cast.
+ (sim_store_register): Ditto.
+
2002-06-02 Elena Zannoni <ezannoni@redhat.com>
From Jason Eckhardt <jle@redhat.com>