summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-01 13:58:34 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-07-01 13:58:34 +0000
commit3036d01cdd0a7b85b2dec86d25393ba8d48ceaba (patch)
tree8944827ac2e29fbeb66b5a2e79e7c7060df4261f /NEWS
parentd1c9dea0287e159ea7a7362ddfab185fe1e2ac27 (diff)
downloadmpfr-3036d01cdd0a7b85b2dec86d25393ba8d48ceaba.tar.gz
[NEWS] For MPFR 4.1.0, added an item saying that TLS can safely be
(re-)enabled on Sparc. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@14047 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d0c4d4f1f..6c926359a 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,11 @@ Changes from versions 4.0.* to version 4.1.0:
GMP reserved prefix (experimental).
- Mini-gmp support: replaced --enable-mini-gmp configure option by
--with-mini-gmp (still experimental, read doc/mini-gmp).
+- A GCC bug on Sparc (present at least in old GCC 4.5.3 and 5.5.0 versions),
+ which made several tests fail when TLS was enabled, is now avoided in the
+ tests. The MPFR library itself was not affected and normal code using the
+ MPFR library should not be affected either. Users and distributions that
+ disabled TLS just because of the test failures can safely re-enable it.
Changes from versions 3.1.* to version 4.0.0:
- The "dinde aux marrons" release.