aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-15 16:58:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-15 16:58:41 +0000
commitb861c6c4c95126758339f5684431f77352381f59 (patch)
tree97fa30370115b25c4ae34cf4c8d74764a3e3f8b2 /ChangeLog
parent86ee76a086527ac1041aee824937256c3af0a17f (diff)
downloadglibc-b861c6c4c95126758339f5684431f77352381f59.tar
glibc-b861c6c4c95126758339f5684431f77352381f59.tar.gz
glibc-b861c6c4c95126758339f5684431f77352381f59.tar.bz2
glibc-b861c6c4c95126758339f5684431f77352381f59.zip
Consistently use TEST_f_L in tests of llrint and llround.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c238afd937..d14d73e615 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-05-15 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
+ instead of TEST_f_l.
+ (llrint_test_tonearest): Likewise.
+ (llrint_test_towardzero): Likewise.
+ (llrint_test_downward): Likewise.
+ (llrint_test_upward): Likewise.
+ (llround_test): Likewise.
+
* math/libm-test.inc (struct test_f_i_data): Add comment.
(RUN_TEST_LOOP_f_b): New macro.
(RUN_TEST_LOOP_f_b_tg): Likewise.