]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Merge remote branch 'origin/master' into fedora/master
authorAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 09:30:49 +0000 (11:30 +0200)
committerAndreas Schwab <schwab@redhat.com>
Tue, 19 Oct 2010 09:31:26 +0000 (11:31 +0200)
1  2 
ChangeLog

diff --cc ChangeLog
index 91a854e40326dcbe5d58b51ba867ff7048186926,aafc4541bcefb219e142aaba328f25d285633479..6c86a1a88550b658481b72ac3f3ece1bc1e1965e
+++ b/ChangeLog
@@@ -1,9 -1,23 +1,29 @@@
+ 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
+       [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  <jakub@redhat.com>
+       [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  <schwab@redhat.com>
+       * scripts/data/localplt-s390-linux-gnu.data: New file.
+       * scripts/data/localplt-s390x-linux-gnu.data: New file.
 +2010-10-18  Andreas Schwab  <schwab@redhat.com>
 +
 +      * 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  <jakub@redhat.com>
  
        [BZ #3268]