+ 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]