about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-04-12 03:49:11 +0000
committerUlrich Drepper <drepper@redhat.com>2008-04-12 03:49:11 +0000
commit3b6d574e0100415b433127a089844af8ab54f02a (patch)
treedaa685bf91b154bb26694e71a463abcb70aa9a1b /ChangeLog
parentc3a0ead420b4b2a4098cf0afea8f927094f5abbc (diff)
downloadglibc-3b6d574e0100415b433127a089844af8ab54f02a.tar.gz
glibc-3b6d574e0100415b433127a089844af8ab54f02a.tar.xz
glibc-3b6d574e0100415b433127a089844af8ab54f02a.zip
* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
	__nextafter instead of nextafter to avoid local PLT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c721e86831..1836ffea8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use
+	__nextafter instead of nextafter to avoid local PLT.
 	* sysdeps/powerpc/fpu/e_sqrt.c: Avoid call to fetestexcept.
 	* sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.