diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-03 00:16:38 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-03-03 00:16:38 +0000 |
commit | 14db9ed505d9eb84695f900017a95bc3f6c27ffe (patch) | |
tree | b06ca89f36e7a4be487b6dbf7f502ae4ca5ae84d /libquadmath | |
parent | 73bbfd5970ba3b7a5bcb3f7043d93fec89ccb991 (diff) | |
download | gcc-14db9ed505d9eb84695f900017a95bc3f6c27ffe.zip gcc-14db9ed505d9eb84695f900017a95bc3f6c27ffe.tar.gz gcc-14db9ed505d9eb84695f900017a95bc3f6c27ffe.tar.bz2 |
Daily bump.
Diffstat (limited to 'libquadmath')
-rw-r--r-- | libquadmath/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 0cc49c5..3003c7a 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,17 @@ +2023-03-02 niXman <i.nixman@autistici.org> + Jakub Jelinek <jakub@redhat.com> + + PR libquadmath/87204 + PR libquadmath/94756 + * printf/gmp-impl.h (mp_limb_t, mp_limb_signed_t, BITS_PER_MP_LIMB): + Use 64-bit limbs on LLP64 targets. + * strtod/strtod_l.c (round_and_return): Cherry-pick glibc + 9310c284ae9 BZ #16151, 4406c41c1d6 BZ #16965 and fcd6b5ac36a + BZ #23279 fixes. + (____STRTOF_INTERNAL): Cherry-pick glibc b0debe14fcf BZ #23007, + 5556d30caee BZ #18247, 09555b9721d and c6aac3bf366 BZ #26137 and + d84f25c7d87 fixes. + 2023-01-02 Jakub Jelinek <jakub@redhat.com> * libquadmath.texi: Bump @copying's copyright year. |