aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-15 23:56:20 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-02-15 23:56:20 +0530
commit2d0e0f29f85036d1189231cb7c1f19f27ba14a89 (patch)
treef303c3a9cf28879a9dfa673018fdc9776a5db2eb /ChangeLog
parentdaaa7713e9170ec42536b5a0e46b434dd84753a5 (diff)
downloadglibc-2d0e0f29f85036d1189231cb7c1f19f27ba14a89.tar
glibc-2d0e0f29f85036d1189231cb7c1f19f27ba14a89.tar.gz
glibc-2d0e0f29f85036d1189231cb7c1f19f27ba14a89.tar.bz2
glibc-2d0e0f29f85036d1189231cb7c1f19f27ba14a89.zip
Fix determination of lower precision in __mul
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb84e32b5f..012fce4f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
+ the lower precision input.
+
2013-02-15 Joseph Myers <joseph@codesourcery.com>
[BZ #13550]