Update ChangeLog and version files for release
[official-gcc.git] / libquadmath / ChangeLog
blobe75140132426706a647b002ee79510d37c559e52
1 2016-12-21  Release Manager
3         * GCC 6.3.0 released.
5 2016-08-22  Release Manager
7         * GCC 6.2.0 released.
9 2016-04-27  Release Manager
11         * GCC 6.1.0 released.
13 2016-01-04  Jakub Jelinek  <jakub@redhat.com>
15         * libquadmath.texi: Bump @copying's copyright year.
17 2015-08-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
19         * Makefile.am (libquadmath_la_SOURCES): Add math/logbq.c.
20         * Makefile.in: Regenerate.
21         * libquadmath.texi: Document logbq.
22         * quadmath.h: Add logbq prototype.
23         * quadmath.map: Add logbq.
24         * quadmath_weak.h: Add logbq prototype.
25         * math/logbq.c: New file
27 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
29         * Makefile.in: Regenerated with automake-1.11.6.
30         * aclocal.m4: Likewise.
31         * configure: Likewise.
33 2015-01-26  Matthias Klose  <doko@ubuntu.com>
35         * configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC.
36         * configure: Regenerate.
38 2015-01-05  Jakub Jelinek  <jakub@redhat.com>
40         * libquadmath.texi: Bump @copying's copyright year.
42 2014-11-21  H.J. Lu  <hongjiu.lu@intel.com>
44         PR bootstrap/63784
45         * configure: Regenerated.
47 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
49         PR target/63610
50         * configure: Regenerate.
52 2014-10-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
54         PR libquadmath/55821
55         * Makefile.am: Unconditionally define libquadmath_TEXINFOS.
56         * Makefile.in: Regenerate.
58 2014-10-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
60         PR libquadmath/55821
61         * Makefile.am: Conditionally define info_TEXINFOS and
62         libquadmath_TEXINFOS.
63         * Makefile.in: Regenerate.
65 2014-10-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
67         PR libquadmath/63487
68         * libquadmath.texi (sincosq): Fix typo.
70 2014-01-02  Tobias Burnus  <burnus@net-b.de>
72         * libquadmath.texi: Bump @copying's copyright year.
74 2013-12-04  Richard Sandiford  <rdsandiford@googlemail.com>
76         * Makefile.am (AM_CPPFLAGS): Define.
77         * Makefile.in: Regenerate.
78         * printf/gmp-impl.h: Remove path from longlong.h include.
80 2013-09-20  Alan Modra  <amodra@gmail.com>
82         * configure: Regenerate.
84 2013-03-06  Shakthi Kannan  <shakthimaan@gmail.com>
86         PR libquadmath/55473
87         * quadmath.h: Add 'extern "C"' block for C++ use.
89 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
91         PR libquadmath/56379
92         * strtod/strtod_l.c (mpn_lshift_1): Rewritten as function-like
93         macro.
95 2013-02-17  Tobias Burnus  <burnus@net-b.de>
97         * math/cacoshq.c (cacoshq): Call signbitq instead of signbit.
99 2013-02-06  Richard Sandiford  <rdsandiford@googlemail.com>
101         Revert previous patch.
103 2013-02-03  Richard Sandiford  <rdsandiford@googlemail.com>
105         Update copyright years.
107 2013-01-22  Jakub Jelinek  <jakub@redhat.com>
109         PR libquadmath/56072
110         * libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
112 2012-12-13  Jakub Jelinek  <jakub@redhat.com>
114         * math/cbrtq.c (cbrtq): Use Q suffixed floating point constants
115         instead of L suffixed ones.
116         * math/fmaq.c (fmaq): Likewise.
117         * math/rintq.c (TWO112): Likewise.
119 2012-12-03  Tobias Burnus  <burnus@net-b.de>
121         * strtod/strtod_l.c (___STRTOF_INTERNAL): Fix exponent
122         reading.
124 2012-11-25  Tobias Burnus  <burnus@net-b.de>
126         PR libquadmath/55462
127         * strtod/strtod_l.c (round_and_return): Use HAVE_FENV_H
128         instead of nonexisting HAVE_GET_ROUNDING_MODE.
130 2012-11-23  H.J. Lu  <hongjiu.lu@intel.com>
132         PR bootstrap/55455
133         * quadmath-rounding-mode.h (get_rounding_mode): Don't pass
134         void to fegetround.
136 2012-11-23  Tobias Burnus  <burnus@net-b.de>
137             Joseph Myers  <joseph@codesourcery.com>
139         * quadmath-rounding-mode.h: New.
140         * printf/fpioconst.c: Update from GLIBC. Fix strtod rounding.
141         * printf/fpioconst.h: Ditto.
142         * printf/printf_fp.c (__quadmath_printf_fp): Update from GLIBC.
143         Make printf respect the rounding mode for decimal output.
144         * printf/printf_fphex.c (__quadmath_printf_fphex): Update from
145         GLIBC.  Make printf respect the rounding mode for hex output.
146         * strtod/strtod_l.c: Update from GLIBC. Make strtod respect the
147         rounding mode. Fix strtod handling of underflow.
149 2012-11-22  David S. Miller  <davem@davemloft.net>
150             Tobias Burnus  <burnus@net-b.de>
151             Joseph Myers  <joseph@codesourcery.com>
153         * math/atanq.c (atanq): Update from GLIBC. Handle tiny and
154         very large arguments properly.
155         * math/j0q.c (y0q): Update from GLIBC. Avoid arithmetic
156         underflow when 'x' is very small.
157         * math/j1q.c (y1q): Ditto.
158         * math/log1pq.c (log1pq): Update from GLIBC. Saturate
159         nonzero exponents with absolute value below 0x1p-128 to
160         +/- 0x1p-128.
161         * math/powq.c (powq): Update from GLIBC. If xm1 is
162         smaller than LDBL_EPSILON/2.0L, just return xm1.
164 2012-11-21  Tobias Burnus  <burnus@net-b.de>
166         PR libquadmath/55225
167         * math/lgammaq.c (lgammaq): Use local variable if
168         math.h does not provide signgam.
169         * acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
170         * configure.ac: Use it.
171         * configure: Regenerate.
172         * config.h.in: Regenerate.
174 2012-11-15  Tobias Burnus  <burnus@net-b.de>
175             Joseph Myers  <joseph@codesourcery.com>
177         * math/fmaq.c (fmaq): Merge from GLIBC. Fix fma
178         underflows with small x * y; Fix overflow results
179         outside round-to-nearest mode; make use of Dekker
180         and Knuth algorithms use round-to-nearest.
182 2012-11-01  Tobias Burnus  <burnus@net-b.de>
184         * math/fmaq.c (fmaq): Fix build.
186 2012-11-01  Tobias Burnus  <burnus@net-b.de>
187             Joseph Myers  <joseph@codesourcery.com>
189         * math/fmaq.c (fmaq): Merge from GLIBC. Handle cases
190         with small x * y using scaling, not as x * y + z.
191         * math/lgammaq.c (lgammaq): Fix signgam handling.
193 2012-11-01  Tobias Burnus  <burnus@net-b.de>
195         * Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
196         * Makefile.in: Regenerated.
197         * math/acoshq.c: Update comment.
198         * math/acosq.c: Ditto.
199         * math/asinhq.c: Ditto.
200         * math/asinq.c: Ditto.
201         * math/atan2q.c: Ditto.
202         * math/atanhq.c: Ditto.
203         * math/ceilq.c: Ditto.
204         * math/copysignq.c: Ditto.
205         * math/cosq.c: Ditto.
206         * math/coshq.c: Ditto.
207         * math/erfq.c: Ditto.
208         * math/fabsq.c: Ditto.
209         * math/finiteq.c: Ditto.
210         * math/floorq.c: Ditto.
211         * math/fmodq.c: Ditto.
212         * math/frexpq.c: Ditto.
213         * math/isnanq.c: Ditto.
214         * math/j0q.c: Ditto.
215         * math/j1q.c: Ditto.
216         * math/ldexpq.c: Ditto.
217         * math/llroundq.c: Ditto.
218         * math/log10q.c: Ditto.
219         * math/log1pq.c: Ditto.
220         * math/log2q.c: Ditto.
221         * math/logq.c: Ditto.
222         * math/lroundq.c: Ditto.
223         * math/modfq.c: Ditto.
224         * math/nextafterq.c: Ditto.
225         * math/powq.c: Ditto.
226         * math/rem_pio2q.c: Ditto.
227         * math/remainderq.c: Ditto.
228         * math/rintq.c: Ditto.
229         * math/roundq.c: Ditto.
230         * math/scalblnq.c: Ditto.
231         * math/scalbnq.c: Ditto.
232         * math/sincosq_kernel.c: Ditto.
233         * math/sinq.c: Ditto.
234         * math/tanq.c: Ditto.
235         * math/expq.c: Ditto.
236         (__expq_table, expq): Renamed local array from __expl_table.
237         * math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign handling.
238         * math/cacoshq.c: Changes from GLIBC; fix returned sign.
239         * math/casinhq.c: Changes from GLIBC to fix special-case.
240         * math/cbrtq.c: Use modified GLIBC version.
241         * math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
242         ctanhq, ctanq): Moved to separates files.
243         (mult_c128, div_c128): Removed no longer needed functions.
244         (cexpiq): Call sincosq instead of sinq and cosq.
245         (cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
246         * math/ccoshq.c (ccoshq): New file, moved from complex.c and
247         modified based on GLIBC.
248         * math/cexpq.c (cexp): Ditto.
249         * math/clog10q.c (clog10q): Ditto.
250         * math/clogq.c (clogq): Ditto.
251         * math/csinhq.c: Ditto.
252         * math/csinq.c: Ditto.
253         * math/csqrtq.c: Ditto.
254         * math/ctanhq.c: Ditto.
255         * math/ctanq.c: Ditto.
256         * math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
257         from GLIBC.
258         * math/ilogbq.c (ilogbq): Add errno = EDOM handling.
259         * math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
260         from GLIBC.
261         * math/lgammaq.c (lgammaq): Add signgam handling.
262         * math/sinhq.c (sinhq): Fix sign handling.
263         * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
264         * math/tgammaq.c (tgammaq): Ditto.
265         * math/x2y2m1q.c: New file.
266         * quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
267         (__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
269 2012-10-31  Tobias Burnus  <burnus@net-b.de>
270             Joseph Myers <joseph@codesourcery.com>
271             David S. Miller <davem@davemloft.net>
272             Ulrich Drepper <drepper@redhat.com>
273             Marek Polacek <polacek@redhat.com>:
274             Petr Baudis <pasky@suse.cz>
276         * math/complex.c (csqrtq): NaN and INF fixes. 
277         * math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
278         * math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
279         large parameters. Fix errno for boundary conditions.
280         * math/finiteq.c (finiteq): Add comment.
281         * math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
282         and bad results for some subnormal results. Fix sign of inexact
283         zero return. Fix sign of exact zero return. 
284         Ensure additions are not scheduled after fetestexcept.
285         * math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
286         for ynq. Fix jnq precision.
287         * math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
288         manipulate bits before adding and subtracting TWO112[sx].
289         * math/rintq.c (rintq): Ditto.
290         * math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
291         overflow.
293 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
295         * configure: Regenerated.
297 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
299         PR libstdc++/51007
300         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
301         * configure: Regenerated.
303 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
305         * configure: Regenerated.
307 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
309         * configure: Regenerate.
311 2011-11-07  Kai Tietz  <ktietz@redhat.com>
313         PR target/51007
314         * quadmath-imp.h (ieee854_float128): Adjust
315         for ms-bitfield layout.
317 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
319         * printf/gmp-impl.h: Adapt path to longlong.h.
321 2011-09-21  Joseph Myers  <joseph@codesourcery.com>
323         * Makefile.am (FLAGS_TO_PASS): Define.
324         * Makefile.in: Regenerate.
326 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
328         * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
329         conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
331 2011-04-03  Tobias Burnus  <burnus@net-b.de>
333         PR fortran/48311
334         * libquadmath.texi (strtoflt128): Fix typo.
335         (quadmath_snprintf): Move note up, make @item.
337 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
339         * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
340         mempcpy.
342 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
344         PR bootstrap/48135
345         * configure.ac (quadmath_use_symver): Handle --disable-symvers.
346         * configure: Regenerate.
348 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
350         * printf/quadmath-printf.c (quadmath_snprintf): Make sure
351         that for size > 0 str is always zero terminated.
353 2011-02-20  Jakub Jelinek  <jakub@redhat.com>
355         PR bootstrap/47827
356         * printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
358 2011-02-17  Jakub Jelinek  <jakub@redhat.com>
360         * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
361         FLT128_MAX_10_EXP): Document.
362         (strtoflt128): Remove obsolete comment.
363         * configure.ac (HAVE_STRTOULL): New check.
364         * printf/gmp-impl.h (mpn_construct_float128): New prototype,
365         define.
366         * printf/mul_n.c: Include <config.h>.
367         * printf/add_n.c: Likewise.
368         * printf/cmp.c: Likewise.
369         * printf/fpioconst.c: Likewise.
370         * printf/mul_1.c: Likewise.
371         * printf/rshift.c: Likewise.
372         * printf/lshift.c: Likewise.
373         * printf/submul_1.c: Likewise.
374         * printf/sub_n.c: Likewise.
375         * printf/divrem.c: Likewise.
376         * printf/addmul_1.c: Likewise.
377         * printf/mul.c: Likewise.
378         * printf/quadmath-printf.h (isupper, isdigit, tolower): Change
379         to avoid evaluating argument multiple times.
380         (isxdigit): Redefine.
381         * strtod/strtoflt128.c: New file.
382         * strtod/strtod_l.c: New file.
383         * strtod/mpn2flt128.c: New file.
384         * strtod/grouping.h: New file.
385         * strtod/tens_in_limb.c: New file.
386         * gdtoa/arith.h: Removed.
387         * gdtoa/gd_qnan.h: Removed.
388         * gdtoa/gdtoa_fltrnds.h: Removed.
389         * gdtoa/gdtoa.h: Removed.
390         * gdtoa/gdtoaimp.h: Removed.
391         * gdtoa/gethex.c: Removed.
392         * gdtoa/gmisc.c: Removed.
393         * gdtoa/hd_init.c: Removed.
394         * gdtoa/hexnan.c: Removed.
395         * gdtoa/makefile: Removed.
396         * gdtoa/misc.c: Removed.
397         * gdtoa/README.gdtoa: Removed.
398         * gdtoa/smisc.c: Removed.
399         * gdtoa/strtodg.c: Removed.
400         * gdtoa/strtopQ.c: Removed.
401         * gdtoa/sum.c: Removed.
402         * quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
403         Define.
404         * Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
405         strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
406         * config.h.in: Regenerated.
407         * configure: Regenerated.
408         * Makefile.in: Regenerated.
410 2011-02-16  Jakub Jelinek  <jakub@redhat.com>
412         * printf/quadmath-printf.c: Also check __GLIBC__ when checking
413         whether workarounds for printf hook handling should be added.
415         * configure.ac: Check for locale.h too.
416         (USE_LOCALE_SUPPORT): Remove check.
417         (USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
418         (USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
419         * printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
420         or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
421         for wide version.
422         * printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
423         * printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
424         (__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
425         version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
426         Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
427         USE_I18N_NUMBER_H #ifdef.
428         * configure: Regenerated.
429         * config.h.in: Regenerated.
431 2011-02-14  Jakub Jelinek  <jakub@redhat.com>
433         PR bootstrap/47736
434         * configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
435         user field.
436         * printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
437         field instead of setting individual fields to 0.  Don't set info.user
438         to -1.
439         * configure: Regenerated.
441         * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
442         * printf/printf_fp.c: Don't include <alloca.h>.
443         * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
444         * configure: Regenerated.
446         PR fortran/47642
447         * libquadmath.texi (quadmath_snprintf): Document.
448         (quadmath_flt128tostr): Remove.
449         * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
450         Remove  quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
451         gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
452         * quadmath.h (quadmath_snprintf): New prototype.
453         (quadmath_flt128tostr): Remove.
454         * quadmath_weak.h (quadmath_snprintf): Add.
455         (quadmath_flt128tostr): Remove.
456         * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
457         wctype.h, limits.h, ctype.h, printf.h, errno.h.
458         (AC_USE_SYSTEM_EXTENSIONS): Add.
459         (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
460         USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
461         * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf.  Remove
462         quadmath_flt128tostr.
463         * printf/printf_fphex.c: New file.
464         * printf/_itowa.h: New file.
465         * printf/mul_n.c: New file.
466         * printf/quadmath-printf.h: New file.
467         * printf/submul_1.c: New file.
468         * printf/quadmath-printf.c: New file.
469         * printf/gmp-impl.h: New file.
470         * printf/lshift.c: New file.
471         * printf/fpioconst.h: New file.
472         * printf/add_n.c: New file.
473         * printf/cmp.c: New file.
474         * printf/sub_n.c: New file.
475         * printf/mul.c: New file.
476         * printf/divrem.c: New file.
477         * printf/addmul_1.c: New file.
478         * printf/printf_fp.c: New file.
479         * printf/_itoa.h: New file.
480         * printf/fpioconst.c: New file.
481         * printf/_i18n_number.h: New file.
482         * printf/flt1282mpn.c: New file.
483         * printf/rshift.c: New file.
484         * printf/mul_1.c: New file.
485         * quadmath_io.c: Removed.
486         * gdtoa/gdtoa.c: Removed.
487         * gdtoa/g__fmt.c: Removed.
488         * gdtoa/g_Qfmt.c: Removed.
489         * gdtoa/dmisc.c: Removed.
490         * gdtoa/ulp.c: Removed.
491         * config.h.in: Regenerated.
492         * configure: Regenerated.
493         * Makefile.in: Regenerated.
495 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
497         * Makefile.in: Regenerate.
498         * aclocal.m4: Likewise.
499         * configure: Likewise.
501 2011-01-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
503         PR libquadmath/47293
504         * gdtoa/qd_qnan.h: Fix NAN bit patterns.
505         * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
507 2011-01-17  Tobias Burnus  <burnus@net-b.de>
509         PR fortran/47295
510         * libquadmath.text: Document typedef and constants.
512 2011-01-17  Tobias Burnus  <burnus@net-b.de>
514         PR fortran/46817
515         * quadmath-imp.h: Refer to libquadmath not ot libiberty,
516         bump copyright year and use /**/ instead of // comments.
517         * quadmath.h: Ditto.
518         * quadmath-weak.h: Ditto.
519         * quadmath_io.c: Ditto.
521 2011-01-16  Jakub Jelinek  <jakub@redhat.com>
523         PR libfortran/47322
524         * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
526         PR fortran/46625
527         * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
528         and quadmath_dtoaq.  Add strtoflt128 and quadmath_flt128tostr.
529         * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
530         (strtoflt128, quadmath_flt128tostr): Add.
531         * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
532         (strtoflt128): ... this.  Return __float128, instead of writing
533         to memory pointed by last argument.
534         * quadmath.h: Use C style comments instead of C++ style.
535         (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
536         (strtoflt128, quadmath_flt128tostr): Add prototypes.
537         * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
538         (quadmath_strtopQ): Rename to strtoflt128.  Adjust prototype,
539         adjust examples.
540         * quadmath_io.c (quadmath_dtoaq): Rename to...
541         (quadmath_flt128tostr): ... this.
543         * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
544         Use it for all prototypes.
546         PR fortran/46416
547         * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
548         const from prototype argument.
549         (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
550         llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
551         (__quadmath_extern_inline): Define.
552         (cimagq, conjq, crealq): New inlines.
553         * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
554         math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
555         math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
556         math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
557         * Makefile.in: Regenerated.
558         * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
559         fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
560         * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
561         (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
562         tests instead of __BIG_ENDIAN__.
563         * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
564         fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
565         and remquoq.
566         * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
567         fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
568         * math/cprojq.c: New file.
569         * math/ilogbq.c: New file.
570         * math/fminq.c: New file.
571         * math/llrintq.c: New file.
572         * math/log2q.c: New file.
573         * math/lrintq.c: New file.
574         * math/crealq.c: New file.
575         * math/nearbyintq.c: New file.
576         * math/fmaxq.c: New file.
577         * math/conjq.c: New file.
578         * math/remquoq.c: New file.
579         * math/cimagq.c: New file.
580         * math/fdimq.c: New file.
582         * math/ldexpq.c: Include errno.h.  Set errno to ERANGE if needed.
584         PR fortran/46416
585         * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
586         New prototypes.
587         (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
588         M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
589         * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
590         catanhq): Add.
591         * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
592         QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
593         * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
594         catanq and catanhq.
595         * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
596         math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
597         and math/catanhq.c.
598         * Makefile.in: Regenerated.
599         * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
600         catanq, catanhq): Add.
601         * math/cacoshq.c: New file.
602         * math/cacosq.c: New file.
603         * math/catanq.c: New file.
604         * math/catanhq.c: New file.
605         * math/casinq.c: New file.
606         * math/casinhq.c: New file.
608         * math/hypotq.c (hypotq): Use Q suffix instead of L.
609         * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
610         * math/cosq.c (cosq): Likewise.
612         PR fortran/46402
613         * quadmath.map (QUADMATH_1.0): Add fmaq.
614         * configure.ac: Check for fenv.h, feholdexcept, fesetround,
615         feupdateenv, fesetenv and fetestexcept.
616         * configure: Regenerated.
617         * config.h.in: Regenerated.
618         * quadmath.h (fmaq): New prototype.
619         * quadmath_weak.h (fmaq): Add.
620         * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
621         * Makefile.in: Regenerated.
622         * quadmath-imp.h: Include config.h.
623         * math/expq.c: Include fenv.h.
624         (USE_FENV_H): Define if libm support for fe* is there.
625         (expq): Add fesetround etc. support if USE_FENV_H is defined.
626         * math/fmaq.c: New file.
627         * libquadmath.texi (fmaq): Add.
629 2011-01-14  Tobias Burnus  <burnus@net-b.de>
631         PR fortran/47182
632         * configure.ac: Use ACX_BUGURL.
633         * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
634         * Makefile.am: Create libquadmath-vers.texi.
635         * configure.in: Regenerate.
636         * Makefile.in: Regenerate.
638 2011-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
640         PR fortran/47174
641         * Makefile.am (libquadmath.info): Unconditionally override
642         target, not only if BUILD_LIBQUADMATH.
643         * Makefile.in: Regenerate.
644         * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
645         avoid warning from automake.
647 2010-12-19  Tobias Burnus  <burnus@net-b.de>
649         PR fortran/46520
650         * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
651         * configure: Regenerate
653 2010-12-13  Tobias Burnus  <burnus@net-b.de>
655         PR fortran/46625
656         * gdtoa/gdtoaimp.h: Mangle internal functions by
657         prefixing them with __quadmath. Don't use gdtoa's strcp(y).
658         * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
659         * gdtoa/misc.c (strcpy): Renamed from strcp and only use
660         if NO_STRING_H is set.
661         * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
662         __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
663         __quadmath prefix to internal functions.
664         * math/cosq.c (cosq): Ditto.
665         * math/sinq.c (cosq): Ditto.
666         * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
667         * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
668         * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
669         * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
671 2010-12-08  Tobias Burnus  <burnus@net-b.de>
673         PR fortran/46772
674         * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
675         * gdtoa/gdtoaimp.h: Don't declare strtod.
677 2010-12-08  Tobias Burnus  <burnus@net-b.de>
679         PR fortran/46520
680         * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
681         AC_TRY_LINK and cache libquad_have_float128.
682         * configure: Regenerate.
684 2010-12-08  Tobias Burnus  <burnus@net-b.de>
686         PR fortran/46543
687         * configure.ac: Add texinfo checks.
688         * Makefile.am: Handle .texi documentation.
689         * libquadmath.texi: New.
690         * configure: Regenerated.
691         * Makefile.in: Regenerated.
693 2010-12-06  Tobias Burnus  <burnus@net-b.de>
695         PR fortran/46817
696         * quadmath-imp.h: Add LGPL header.
697         * quadmath.h: Add LGPL header.
698         * quadmath_io.c: Add LGPL header.
699         * quadmath_weak.h: Add LGPL header.
701 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
703         PR target/40125
704         PR lto/46695
705         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
706         * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
707         * aclocal.m4: Regenerate.
708         * configure: Regenerate.
709         * Makefile.in: Regenerate.
711 2010-11-30  Tobias Burnus  <burnus@net-b.de>
713         PR fortran/46594
714         * Makefile.am: Install include files in
715         target/version specific directory.
716         * Makefile.in: Regenerate.
718 2010-11-30  Tobias Burnus  <burnus@net-b.de>
720         * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
721         LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
722         LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
724 2010-11-29  Kai Tietz  <kai.tietz@onevision.com>
726         * configure: Regenerated.
727         * Makefile.in: Regenerated.
728         * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
729         (target_alias): Use AC_SUBST for it.
730         (GCC_NO_EXECUTABLES): Call it.
731         (AC_PROG_CC): Improve multilib handling.
732         Check that gcc is used for compilation.
733         Use pattern from libssp for symbol versioning checking.
734         * Makefile.am (LTLDFLAGS): Removed.
735         (libquadmath_la_LDFLAGS): Add -no-undefined.
736         (libquadmath_la_LINK): Commented out.
737         (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
738         (AM_MAKEFLAGS): Add hack for argument passing by top-level.
739         (MAKEOVERRIDES): New.
740         * aclocal.m4: Regenerated.
742 2010-11-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
744         * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
745         (libquadmath_la_LDFLAGS): ... here.
746         (quadmath.map-sun): Tabify.
747         Fix sed expression.
748         * Makefile.in: Regenerate.
750 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
751             Tobias Burnus  <burnus@net-b.de>
753         PR fortran/32049
754         Initial implementation and checkin.
756 Copyright (C) 2010-2016 Free Software Foundation, Inc.
758 Copying and distribution of this file, with or without modification,
759 are permitted in any medium without royalty provided the copyright
760 notice and this notice are preserved.