aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/ChangeLog
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2009-12-09 05:32:16 +0000
committerYoshinori Sato <ysato@users.sourceforge.jp>2009-12-09 05:32:16 +0000
commit3a6c31f95c841128e63aa36c887f85d5dcdbb450 (patch)
tree3ea2f1278e35377f1138f4660eb311c51522386e /sim/h8300/ChangeLog
parent4f7872716e8b73149e9024e1b95db6c3cfa66bd1 (diff)
downloadfsf-binutils-gdb-3a6c31f95c841128e63aa36c887f85d5dcdbb450.zip
fsf-binutils-gdb-3a6c31f95c841128e63aa36c887f85d5dcdbb450.tar.gz
fsf-binutils-gdb-3a6c31f95c841128e63aa36c887f85d5dcdbb450.tar.bz2
2009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
* compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc. Index registers not masked memory areas. Only simply increment or decrement. * compile.c(store_1): Ditto.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r--sim/h8300/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 95c8f57..dca05c8 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
+ * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc.
+ Index registers not masked memory areas.
+ Only simply increment or decrement.
+ * compile.c(store_1): Ditto.
+
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* config.in: Regenerate.