summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index a6e1393e..bbff766f 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,4 +1,8 @@
2005-09-08 Martin Hunt <hunt@redhat.com>
+ * arith.c (_stp_div64): Check for overflow.
+ (_stp_mod64): Ditto.
+
+2005-09-08 Martin Hunt <hunt@redhat.com>
* arith.c (_stp_div64): For 64-bit cpus, just use native
division. Otherwise call _div64().