aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1f9532..f58688e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2012-02-22 Joseph Myers <joseph@codesourcery.com>
+ [BZ #2548]
+ * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
+ bits before adding and subtracting TWO23[sx].
+ * math/libm-test.inc (rint_test): Add more tests.
+ (rint_test_tonearest): Likewise.
+ (rint_test_towardzero): Likewise.
+ (rint_test_downward): Likewise.
+ (rint_test_upward: Likewise.
+
+2012-02-22 Joseph Myers <joseph@codesourcery.com>
+
[BZ #10110]
* include/stdc-predef.h: New file. Extracted from features.h.
* include/features.h: Include stdc-predef.h.