about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-14 12:01:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-14 12:01:19 +0000
commit87aa21df6f2309bc47fe8d2a3c4cf0dbec8bd446 (patch)
tree97a7c7b69a625c237e7280da883dbba636aba7ab /ChangeLog
parent141af660d825d4443cbc5c24d29d57d6f8b0950f (diff)
downloadglibc-87aa21df6f2309bc47fe8d2a3c4cf0dbec8bd446.tar.gz
glibc-87aa21df6f2309bc47fe8d2a3c4cf0dbec8bd446.tar.xz
glibc-87aa21df6f2309bc47fe8d2a3c4cf0dbec8bd446.zip
Convert TEST_f_f1 tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e2212c412..72945e0eb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-05-14  Joseph Myers  <joseph@codesourcery.com>
+
+	* math/libm-test.inc (struct test_f_f1_data): New type.
+	(RUN_TEST_LOOP_f_f1): New macro.
+	(gamma_test_data): New variable.
+	(gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
+	(lgamma_test_data): New variable.
+	(lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
+
 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
 
 	* elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.