diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-29 01:55:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-29 01:55:42 +0000 |
commit | 169d7f11ad61038cefb242ff978684667a0b5c86 (patch) | |
tree | 5d2dc78684701242d938cdb4a6585ee60135dbbe /ChangeLog | |
parent | 43be4ca2bb217f258a4d23d4be1d3d1378ffe11b (diff) | |
download | glibc-169d7f11ad61038cefb242ff978684667a0b5c86.tar.gz glibc-169d7f11ad61038cefb242ff978684667a0b5c86.tar.xz glibc-169d7f11ad61038cefb242ff978684667a0b5c86.zip |
Move misplaced llround test and add lround test from bug 2561.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index eecc50b738..c665b94e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-02-29 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (llround_test): Move one test from + lround_test. Use TEST_f_L in moved test. + (lround_test): Move misplaced test to llround_test. Add testcase + from bug 2561. + 2012-02-28 Ulrich Drepper <drepper@gmail.com> * sysdeps/x86_64/fpu/e_expf.S: New file. |