From: Andreas Schwab Date: Tue, 19 Oct 2010 09:30:49 +0000 (+0200) Subject: Merge remote branch 'origin/master' into fedora/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7089f4c1aa1c10d27b99fdf0010359d15858fc5;p=thirdparty%2Fglibc.git Merge remote branch 'origin/master' into fedora/master --- e7089f4c1aa1c10d27b99fdf0010359d15858fc5 diff --cc ChangeLog index 91a854e4032,aafc4541bce..6c86a1a8855 --- a/ChangeLog +++ b/ChangeLog @@@ -1,9 -1,23 +1,29 @@@ + 2010-10-16 Jakub Jelinek + + [BZ #3268] + * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests. + * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d + computation is not scheduled after fetestexcept. Fix value + of minimum denormal long double. + + 2010-10-14 Jakub Jelinek + + [BZ #3268] + * math/libm-test.inc (fma_test): Add some more tests. + * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows + correctly. + + 2010-10-15 Andreas Schwab + + * scripts/data/localplt-s390-linux-gnu.data: New file. + * scripts/data/localplt-s390x-linux-gnu.data: New file. + +2010-10-18 Andreas Schwab + + * elf/dl-load.c (is_dst): Remove last parameter. + (_dl_dst_count): Ignore $ORIGIN in privileged programs. + (_dl_dst_substitute): Likewise. + 2010-10-13 Jakub Jelinek [BZ #3268]