summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-10-20 05:25:40 +0000
committerUlrich Drepper <drepper@redhat.com>2005-10-20 05:25:40 +0000
commitaddbcc6d364ef48b9453cb422f4ed2688dddc1cf (patch)
tree9f69ef99a92ff6e00b9fd146eff555faab01f7ba /ChangeLog
parent336476cbea3b8300736bf96cabba921314843439 (diff)
* sysdeps/alpha/remqu.S: Return the correct result when the samecvs/fedora-glibc-20051020T0651
dividend and divisor are provided, and they're negative numbers. * sysdeps/alpha/divqu.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6cfbb7b72..4c02f51b88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-23 GOTO Masanori <gotom@debian.or.jp>
+
+ * sysdeps/alpha/remqu.S: Return the correct result when the same
+ dividend and divisor are provided, and they're negative numbers.
+ * sysdeps/alpha/divqu.S: Likewise.
+
2005-10-18 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):