about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 17:08:18 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 17:08:18 -0500
commit669704fd6145e79c12f4d338af1749cdaf1ebcf6 (patch)
treea6c7496890d7aa683c5fb566e87d2adec2c79685 /ChangeLog
parent1d5a644a55c60ad1f1903e851255ec9b2f45879b (diff)
downloadglibc-669704fd6145e79c12f4d338af1749cdaf1ebcf6.tar.gz
glibc-669704fd6145e79c12f4d338af1749cdaf1ebcf6.tar.xz
glibc-669704fd6145e79c12f4d338af1749cdaf1ebcf6.zip
Fix CL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bec9b38e14..f8efd9e2bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
 	* math/Makefile (tests): Add tst-CMPLX.
-	* math/test-CMPLX.c: New file.
+	* math/tst-CMPLX.c: New file.
 
 	* math/complex.h (CMPLXL): Fix typo.
 
@@ -40,7 +40,6 @@
 	Don't set libc_commonpagesize and libc_relro_required here for Alpha
 	and IA-64.
 	Remove __builtin_expect test because we require at least gcc 3.4.
-
 	* aclocal.m4: Likewise.
 
 	* wcsmbs/mbrtoc16.c: Implement using towc function.