aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2012-12-27 20:43:55 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2012-12-27 20:43:55 +0530
commit31a7fe5ca943b8bd76357c9c013211f8c17db833 (patch)
tree68684e37c78e26a0f9e4e7683a867b07871762c5 /ChangeLog
parentb76eb5f076d362cdfbb95f0986285a8661e4082f (diff)
downloadglibc-31a7fe5ca943b8bd76357c9c013211f8c17db833.tar
glibc-31a7fe5ca943b8bd76357c9c013211f8c17db833.tar.gz
glibc-31a7fe5ca943b8bd76357c9c013211f8c17db833.tar.bz2
glibc-31a7fe5ca943b8bd76357c9c013211f8c17db833.zip
Remove redundant __mpexp_nn
It's an array that stores integral float values of the offset.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7216ca6a40..2a9a361266 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
+ * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
+ and use variable directly.
+ * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
+
* sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
MPONE.
* sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.