OSDN Git Service

PR middle-end/51252
[pf3gnuchains/gcc-fork.git] / libquadmath / ChangeLog
index 71fbc2f..96c6186 100644 (file)
@@ -1,3 +1,49 @@
+2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
+
+       * configure: Regenerate.
+
+2011-11-07  Kai Tietz  <ktietz@redhat.com>
+
+       PR target/51007
+       * quadmath-imp.h (ieee854_float128): Adjust
+       for ms-bitfield layout.
+
+2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * printf/gmp-impl.h: Adapt path to longlong.h.
+
+2011-09-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * Makefile.am (FLAGS_TO_PASS): Define.
+       * Makefile.in: Regenerate.
+
+2011-08-01  Jakub Jelinek  <jakub@redhat.com>
+
+       * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
+       conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
+
+2011-04-03  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/48311
+       * libquadmath.texi (strtoflt128): Fix typo.
+       (quadmath_snprintf): Move note up, make @item.
+
+2011-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
+       mempcpy.
+
+2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR bootstrap/48135
+       * configure.ac (quadmath_use_symver): Handle --disable-symvers.
+       * configure: Regenerate.
+
+2011-02-28  Jakub Jelinek  <jakub@redhat.com>
+
+       * printf/quadmath-printf.c (quadmath_snprintf): Make sure
+       that for size > 0 str is always zero terminated.
+
 2011-02-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/47827