aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 4328049..9d3cf44 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,6 +1,12 @@
+2016-04-10 Oleg Endo <olegendo@gcc.gnu.org>
+
+ * interp.c (dmul): Split into dmul_s and dmul_u. Use explicit integer
+ width types and simplify implementation.
+ * gencode.c (dmuls.l, dmulu.l): Use new functions dmul_s and dmul_u.
+
2016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
- * sh/interp.c (sim_memory_size): Default init to 30.
+ * interp.c (sim_memory_size): Default init to 30.
(parse_and_set_memory_size): Adjust upper bound to 31.
2016-01-10 Mike Frysinger <vapier@gentoo.org>