about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-11 11:10:31 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-11 11:10:31 +0000
commit8329e4da356686583278dd2664f005a7acebb61b (patch)
tree391991beb4635b38bdc34f7d0a99e2f0c63cda51 /ChangeLog
parent74c574788db0d3a7b15a59e38f38bf3c117ce75a (diff)
downloadglibc-8329e4da356686583278dd2664f005a7acebb61b.tar.gz
glibc-8329e4da356686583278dd2664f005a7acebb61b.tar.xz
glibc-8329e4da356686583278dd2664f005a7acebb61b.zip
Make fma and nextafter tests use max_value instead of fltmax.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 806099ea29..2027bd6cba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (fma_test): Use max_value instead of local
+	variable fltmax.
+	(nextafter_test): Likewise.
+
 	* math/libm-test.inc (acos_towardzero_test_data): New variable.
 	(acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
 	(acos_downward_test_data): New variable.