about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2011-05-18 19:50:48 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-18 19:50:48 -0400
commit8db736347c7aca3201f61e3f05b5f672bcdd5bd9 (patch)
treedaf0c93b688472f0ea0c7220cf09fd0e1d7bf137 /ChangeLog
parent0a197a9dfed71915b50e112834c044c6d2351312 (diff)
downloadglibc-8db736347c7aca3201f61e3f05b5f672bcdd5bd9.tar.gz
glibc-8db736347c7aca3201f61e3f05b5f672bcdd5bd9.tar.xz
glibc-8db736347c7aca3201f61e3f05b5f672bcdd5bd9.zip
Fix typo in x86-64 powl
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c427a2f96a..c1bf490c1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #12775]
+	* sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
+	* math/Makefile (tests): Add test-powl.
+	(CFLAGS-test-powl.c): Define.
+	* math/test-powl.c: New file.
+
 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.