summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-04-22 12:07:56 +0000
committerWilco Dijkstra <wdijkstr@arm.com>2015-04-22 12:07:56 +0000
commit92f2897953ab6cd9e073718cfe36611700e174c6 (patch)
treed108ed9bb344a6cc1f6803f6f91a534fdab67faa /ChangeLog
parent2959eda9272a033863c271aff62095abd01bd4e3 (diff)
downloadglibc-92f2897953ab6cd9e073718cfe36611700e174c6.tar.gz
glibc-92f2897953ab6cd9e073718cfe36611700e174c6.tar.xz
glibc-92f2897953ab6cd9e073718cfe36611700e174c6.zip
Use __copysign rather than copysign.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26dcfc715c..2c01eac57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
+
+	* math/k_casinh.c (__kernel_casinh): Use __copysign.
+	* sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
+	(__nearbyint): Likewise.
+	* sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
+	(copysignl): Likewise.
+
 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
 
 	[BZ #18287]