* g++.dg/other/unused1.C: Skip on AIX.
[official-gcc.git] / libquadmath / ChangeLog
blob97ae46e132716e5c721429270098a94367ae9da9
1 2012-11-01  Tobias Burnus  <burnus@net-b.de>
3         * math/fmaq.c (fmaq): Fix build.
5 2012-11-01  Tobias Burnus  <burnus@net-b.de>
6             Joseph Myers  <joseph@codesourcery.com>
8         * math/fmaq.c (fmaq): Merge from GLIBC. Handle cases
9         with small x * y using scaling, not as x * y + z.
10         * math/lgammaq.c (lgammaq): Fix signgam handling.
12 2012-11-01  Tobias Burnus  <burnus@net-b.de>
14         * Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
15         * Makefile.in: Regenerated.
16         * math/acoshq.c: Update comment.
17         * math/acosq.c: Ditto.
18         * math/asinhq.c: Ditto.
19         * math/asinq.c: Ditto.
20         * math/atan2q.c: Ditto.
21         * math/atanhq.c: Ditto.
22         * math/ceilq.c: Ditto.
23         * math/copysignq.c: Ditto.
24         * math/cosq.c: Ditto.
25         * math/coshq.c: Ditto.
26         * math/erfq.c: Ditto.
27         * math/fabsq.c: Ditto.
28         * math/finiteq.c: Ditto.
29         * math/floorq.c: Ditto.
30         * math/fmodq.c: Ditto.
31         * math/frexpq.c: Ditto.
32         * math/isnanq.c: Ditto.
33         * math/j0q.c: Ditto.
34         * math/j1q.c: Ditto.
35         * math/ldexpq.c: Ditto.
36         * math/llroundq.c: Ditto.
37         * math/log10q.c: Ditto.
38         * math/log1pq.c: Ditto.
39         * math/log2q.c: Ditto.
40         * math/logq.c: Ditto.
41         * math/lroundq.c: Ditto.
42         * math/modfq.c: Ditto.
43         * math/nextafterq.c: Ditto.
44         * math/powq.c: Ditto.
45         * math/rem_pio2q.c: Ditto.
46         * math/remainderq.c: Ditto.
47         * math/rintq.c: Ditto.
48         * math/roundq.c: Ditto.
49         * math/scalblnq.c: Ditto.
50         * math/scalbnq.c: Ditto.
51         * math/sincosq_kernel.c: Ditto.
52         * math/sinq.c: Ditto.
53         * math/tanq.c: Ditto.
54         * math/expq.c: Ditto.
55         (__expq_table, expq): Renamed local array from __expl_table.
56         * math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign handling.
57         * math/cacoshq.c: Changes from GLIBC; fix returned sign.
58         * math/casinhq.c: Changes from GLIBC to fix special-case.
59         * math/cbrtq.c: Use modified GLIBC version.
60         * math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
61         ctanhq, ctanq): Moved to separates files.
62         (mult_c128, div_c128): Removed no longer needed functions.
63         (cexpiq): Call sincosq instead of sinq and cosq.
64         (cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
65         * math/ccoshq.c (ccoshq): New file, moved from complex.c and
66         modified based on GLIBC.
67         * math/cexpq.c (cexp): Ditto.
68         * math/clog10q.c (clog10q): Ditto.
69         * math/clogq.c (clogq): Ditto.
70         * math/csinhq.c: Ditto.
71         * math/csinq.c: Ditto.
72         * math/csqrtq.c: Ditto.
73         * math/ctanhq.c: Ditto.
74         * math/ctanq.c: Ditto.
75         * math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
76         from GLIBC.
77         * math/ilogbq.c (ilogbq): Add errno = EDOM handling.
78         * math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
79         from GLIBC.
80         * math/lgammaq.c (lgammaq): Add signgam handling.
81         * math/sinhq.c (sinhq): Fix sign handling.
82         * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
83         * math/tgammaq.c (tgammaq): Ditto.
84         * math/x2y2m1q.c: New file.
85         * quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
86         (__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
88 2012-10-31  Tobias Burnus  <burnus@net-b.de>
89             Joseph Myers <joseph@codesourcery.com>
90             David S. Miller <davem@davemloft.net>
91             Ulrich Drepper <drepper@redhat.com>
92             Marek Polacek <polacek@redhat.com>:
93             Petr Baudis <pasky@suse.cz>
95         * math/complex.c (csqrtq): NaN and INF fixes. 
96         * math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
97         * math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
98         large parameters. Fix errno for boundary conditions.
99         * math/finiteq.c (finiteq): Add comment.
100         * math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
101         and bad results for some subnormal results. Fix sign of inexact
102         zero return. Fix sign of exact zero return. 
103         Ensure additions are not scheduled after fetestexcept.
104         * math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
105         for ynq. Fix jnq precision.
106         * math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
107         manipulate bits before adding and subtracting TWO112[sx].
108         * math/rintq.c (rintq): Ditto.
109         * math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
110         overflow.
112 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
114         * configure: Regenerated.
116 2012-05-29  Benjamin Kosnik  <bkoz@redhat.com>
118         PR libstdc++/51007
119         * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
120         * configure: Regenerated.
122 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
124         * configure: Regenerated.
126 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
128         * configure: Regenerate.
130 2011-11-07  Kai Tietz  <ktietz@redhat.com>
132         PR target/51007
133         * quadmath-imp.h (ieee854_float128): Adjust
134         for ms-bitfield layout.
136 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
138         * printf/gmp-impl.h: Adapt path to longlong.h.
140 2011-09-21  Joseph Myers  <joseph@codesourcery.com>
142         * Makefile.am (FLAGS_TO_PASS): Define.
143         * Makefile.in: Regenerate.
145 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
147         * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
148         conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
150 2011-04-03  Tobias Burnus  <burnus@net-b.de>
152         PR fortran/48311
153         * libquadmath.texi (strtoflt128): Fix typo.
154         (quadmath_snprintf): Move note up, make @item.
156 2011-03-25  Jakub Jelinek  <jakub@redhat.com>
158         * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
159         mempcpy.
161 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
163         PR bootstrap/48135
164         * configure.ac (quadmath_use_symver): Handle --disable-symvers.
165         * configure: Regenerate.
167 2011-02-28  Jakub Jelinek  <jakub@redhat.com>
169         * printf/quadmath-printf.c (quadmath_snprintf): Make sure
170         that for size > 0 str is always zero terminated.
172 2011-02-20  Jakub Jelinek  <jakub@redhat.com>
174         PR bootstrap/47827
175         * printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
177 2011-02-17  Jakub Jelinek  <jakub@redhat.com>
179         * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
180         FLT128_MAX_10_EXP): Document.
181         (strtoflt128): Remove obsolete comment.
182         * configure.ac (HAVE_STRTOULL): New check.
183         * printf/gmp-impl.h (mpn_construct_float128): New prototype,
184         define.
185         * printf/mul_n.c: Include <config.h>.
186         * printf/add_n.c: Likewise.
187         * printf/cmp.c: Likewise.
188         * printf/fpioconst.c: Likewise.
189         * printf/mul_1.c: Likewise.
190         * printf/rshift.c: Likewise.
191         * printf/lshift.c: Likewise.
192         * printf/submul_1.c: Likewise.
193         * printf/sub_n.c: Likewise.
194         * printf/divrem.c: Likewise.
195         * printf/addmul_1.c: Likewise.
196         * printf/mul.c: Likewise.
197         * printf/quadmath-printf.h (isupper, isdigit, tolower): Change
198         to avoid evaluating argument multiple times.
199         (isxdigit): Redefine.
200         * strtod/strtoflt128.c: New file.
201         * strtod/strtod_l.c: New file.
202         * strtod/mpn2flt128.c: New file.
203         * strtod/grouping.h: New file.
204         * strtod/tens_in_limb.c: New file.
205         * gdtoa/arith.h: Removed.
206         * gdtoa/gd_qnan.h: Removed.
207         * gdtoa/gdtoa_fltrnds.h: Removed.
208         * gdtoa/gdtoa.h: Removed.
209         * gdtoa/gdtoaimp.h: Removed.
210         * gdtoa/gethex.c: Removed.
211         * gdtoa/gmisc.c: Removed.
212         * gdtoa/hd_init.c: Removed.
213         * gdtoa/hexnan.c: Removed.
214         * gdtoa/makefile: Removed.
215         * gdtoa/misc.c: Removed.
216         * gdtoa/README.gdtoa: Removed.
217         * gdtoa/smisc.c: Removed.
218         * gdtoa/strtodg.c: Removed.
219         * gdtoa/strtopQ.c: Removed.
220         * gdtoa/sum.c: Removed.
221         * quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
222         Define.
223         * Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
224         strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
225         * config.h.in: Regenerated.
226         * configure: Regenerated.
227         * Makefile.in: Regenerated.
229 2011-02-16  Jakub Jelinek  <jakub@redhat.com>
231         * printf/quadmath-printf.c: Also check __GLIBC__ when checking
232         whether workarounds for printf hook handling should be added.
234         * configure.ac: Check for locale.h too.
235         (USE_LOCALE_SUPPORT): Remove check.
236         (USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
237         (USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
238         * printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
239         or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
240         for wide version.
241         * printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
242         * printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
243         (__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
244         version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
245         Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
246         USE_I18N_NUMBER_H #ifdef.
247         * configure: Regenerated.
248         * config.h.in: Regenerated.
250 2011-02-14  Jakub Jelinek  <jakub@redhat.com>
252         PR bootstrap/47736
253         * configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
254         user field.
255         * printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
256         field instead of setting individual fields to 0.  Don't set info.user
257         to -1.
258         * configure: Regenerated.
260         * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
261         * printf/printf_fp.c: Don't include <alloca.h>.
262         * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
263         * configure: Regenerated.
265         PR fortran/47642
266         * libquadmath.texi (quadmath_snprintf): Document.
267         (quadmath_flt128tostr): Remove.
268         * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
269         Remove  quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
270         gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
271         * quadmath.h (quadmath_snprintf): New prototype.
272         (quadmath_flt128tostr): Remove.
273         * quadmath_weak.h (quadmath_snprintf): Add.
274         (quadmath_flt128tostr): Remove.
275         * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
276         wctype.h, limits.h, ctype.h, printf.h, errno.h.
277         (AC_USE_SYSTEM_EXTENSIONS): Add.
278         (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
279         USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
280         * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf.  Remove
281         quadmath_flt128tostr.
282         * printf/printf_fphex.c: New file.
283         * printf/_itowa.h: New file.
284         * printf/mul_n.c: New file.
285         * printf/quadmath-printf.h: New file.
286         * printf/submul_1.c: New file.
287         * printf/quadmath-printf.c: New file.
288         * printf/gmp-impl.h: New file.
289         * printf/lshift.c: New file.
290         * printf/fpioconst.h: New file.
291         * printf/add_n.c: New file.
292         * printf/cmp.c: New file.
293         * printf/sub_n.c: New file.
294         * printf/mul.c: New file.
295         * printf/divrem.c: New file.
296         * printf/addmul_1.c: New file.
297         * printf/printf_fp.c: New file.
298         * printf/_itoa.h: New file.
299         * printf/fpioconst.c: New file.
300         * printf/_i18n_number.h: New file.
301         * printf/flt1282mpn.c: New file.
302         * printf/rshift.c: New file.
303         * printf/mul_1.c: New file.
304         * quadmath_io.c: Removed.
305         * gdtoa/gdtoa.c: Removed.
306         * gdtoa/g__fmt.c: Removed.
307         * gdtoa/g_Qfmt.c: Removed.
308         * gdtoa/dmisc.c: Removed.
309         * gdtoa/ulp.c: Removed.
310         * config.h.in: Regenerated.
311         * configure: Regenerated.
312         * Makefile.in: Regenerated.
314 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
316         * Makefile.in: Regenerate.
317         * aclocal.m4: Likewise.
318         * configure: Likewise.
320 2011-01-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
322         PR libquadmath/47293
323         * gdtoa/qd_qnan.h: Fix NAN bit patterns.
324         * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
326 2011-01-17  Tobias Burnus  <burnus@net-b.de>
328         PR fortran/47295
329         * libquadmath.text: Document typedef and constants.
331 2011-01-17  Tobias Burnus  <burnus@net-b.de>
333         PR fortran/46817
334         * quadmath-imp.h: Refer to libquadmath not ot libiberty,
335         bump copyright year and use /**/ instead of // comments.
336         * quadmath.h: Ditto.
337         * quadmath-weak.h: Ditto.
338         * quadmath_io.c: Ditto.
340 2011-01-16  Jakub Jelinek  <jakub@redhat.com>
342         PR libfortran/47322
343         * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
345         PR fortran/46625
346         * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
347         and quadmath_dtoaq.  Add strtoflt128 and quadmath_flt128tostr.
348         * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
349         (strtoflt128, quadmath_flt128tostr): Add.
350         * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
351         (strtoflt128): ... this.  Return __float128, instead of writing
352         to memory pointed by last argument.
353         * quadmath.h: Use C style comments instead of C++ style.
354         (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
355         (strtoflt128, quadmath_flt128tostr): Add prototypes.
356         * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
357         (quadmath_strtopQ): Rename to strtoflt128.  Adjust prototype,
358         adjust examples.
359         * quadmath_io.c (quadmath_dtoaq): Rename to...
360         (quadmath_flt128tostr): ... this.
362         * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
363         Use it for all prototypes.
365         PR fortran/46416
366         * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
367         const from prototype argument.
368         (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
369         llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
370         (__quadmath_extern_inline): Define.
371         (cimagq, conjq, crealq): New inlines.
372         * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
373         math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
374         math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
375         math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
376         * Makefile.in: Regenerated.
377         * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
378         fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
379         * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
380         (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
381         tests instead of __BIG_ENDIAN__.
382         * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
383         fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
384         and remquoq.
385         * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
386         fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
387         * math/cprojq.c: New file.
388         * math/ilogbq.c: New file.
389         * math/fminq.c: New file.
390         * math/llrintq.c: New file.
391         * math/log2q.c: New file.
392         * math/lrintq.c: New file.
393         * math/crealq.c: New file.
394         * math/nearbyintq.c: New file.
395         * math/fmaxq.c: New file.
396         * math/conjq.c: New file.
397         * math/remquoq.c: New file.
398         * math/cimagq.c: New file.
399         * math/fdimq.c: New file.
401         * math/ldexpq.c: Include errno.h.  Set errno to ERANGE if needed.
403         PR fortran/46416
404         * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
405         New prototypes.
406         (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
407         M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
408         * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
409         catanhq): Add.
410         * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
411         QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
412         * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
413         catanq and catanhq.
414         * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
415         math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
416         and math/catanhq.c.
417         * Makefile.in: Regenerated.
418         * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
419         catanq, catanhq): Add.
420         * math/cacoshq.c: New file.
421         * math/cacosq.c: New file.
422         * math/catanq.c: New file.
423         * math/catanhq.c: New file.
424         * math/casinq.c: New file.
425         * math/casinhq.c: New file.
427         * math/hypotq.c (hypotq): Use Q suffix instead of L.
428         * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
429         * math/cosq.c (cosq): Likewise.
431         PR fortran/46402
432         * quadmath.map (QUADMATH_1.0): Add fmaq.
433         * configure.ac: Check for fenv.h, feholdexcept, fesetround,
434         feupdateenv, fesetenv and fetestexcept.
435         * configure: Regenerated.
436         * config.h.in: Regenerated.
437         * quadmath.h (fmaq): New prototype.
438         * quadmath_weak.h (fmaq): Add.
439         * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
440         * Makefile.in: Regenerated.
441         * quadmath-imp.h: Include config.h.
442         * math/expq.c: Include fenv.h.
443         (USE_FENV_H): Define if libm support for fe* is there.
444         (expq): Add fesetround etc. support if USE_FENV_H is defined.
445         * math/fmaq.c: New file.
446         * libquadmath.texi (fmaq): Add.
448 2011-01-14  Tobias Burnus  <burnus@net-b.de>
450         PR fortran/47182
451         * configure.ac: Use ACX_BUGURL.
452         * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
453         * Makefile.am: Create libquadmath-vers.texi.
454         * configure.in: Regenerate.
455         * Makefile.in: Regenerate.
457 2011-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
459         PR fortran/47174
460         * Makefile.am (libquadmath.info): Unconditionally override
461         target, not only if BUILD_LIBQUADMATH.
462         * Makefile.in: Regenerate.
463         * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
464         avoid warning from automake.
466 2010-12-19  Tobias Burnus  <burnus@net-b.de>
468         PR fortran/46520
469         * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
470         * configure: Regenerate
472 2010-12-13  Tobias Burnus  <burnus@net-b.de>
474         PR fortran/46625
475         * gdtoa/gdtoaimp.h: Mangle internal functions by
476         prefixing them with __quadmath. Don't use gdtoa's strcp(y).
477         * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
478         * gdtoa/misc.c (strcpy): Renamed from strcp and only use
479         if NO_STRING_H is set.
480         * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
481         __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
482         __quadmath prefix to internal functions.
483         * math/cosq.c (cosq): Ditto.
484         * math/sinq.c (cosq): Ditto.
485         * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
486         * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
487         * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
488         * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
490 2010-12-08  Tobias Burnus  <burnus@net-b.de>
492         PR fortran/46772
493         * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
494         * gdtoa/gdtoaimp.h: Don't declare strtod.
496 2010-12-08  Tobias Burnus  <burnus@net-b.de>
498         PR fortran/46520
499         * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
500         AC_TRY_LINK and cache libquad_have_float128.
501         * configure: Regenerate.
503 2010-12-08  Tobias Burnus  <burnus@net-b.de>
505         PR fortran/46543
506         * configure.ac: Add texinfo checks.
507         * Makefile.am: Handle .texi documentation.
508         * libquadmath.texi: New.
509         * configure: Regenerated.
510         * Makefile.in: Regenerated.
512 2010-12-06  Tobias Burnus  <burnus@net-b.de>
514         PR fortran/46817
515         * quadmath-imp.h: Add LGPL header.
516         * quadmath.h: Add LGPL header.
517         * quadmath_io.c: Add LGPL header.
518         * quadmath_weak.h: Add LGPL header.
520 2010-12-06  Dave Korn  <dave.korn.cygwin@gmail.com>
522         PR target/40125
523         PR lto/46695
524         * configure.ac: Invoke ACX_LT_HOST_FLAGS.
525         * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
526         * aclocal.m4: Regenerate.
527         * configure: Regenerate.
528         * Makefile.in: Regenerate.
530 2010-11-30  Tobias Burnus  <burnus@net-b.de>
532         PR fortran/46594
533         * Makefile.am: Install include files in
534         target/version specific directory.
535         * Makefile.in: Regenerate.
537 2010-11-30  Tobias Burnus  <burnus@net-b.de>
539         * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
540         LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
541         LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
543 2010-11-29  Kai Tietz  <kai.tietz@onevision.com>
545         * configure: Regenerated.
546         * Makefile.in: Regenerated.
547         * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
548         (target_alias): Use AC_SUBST for it.
549         (GCC_NO_EXECUTABLES): Call it.
550         (AC_PROG_CC): Improve multilib handling.
551         Check that gcc is used for compilation.
552         Use pattern from libssp for symbol versioning checking.
553         * Makefile.am (LTLDFLAGS): Removed.
554         (libquadmath_la_LDFLAGS): Add -no-undefined.
555         (libquadmath_la_LINK): Commented out.
556         (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
557         (AM_MAKEFLAGS): Add hack for argument passing by top-level.
558         (MAKEOVERRIDES): New.
559         * aclocal.m4: Regenerated.
561 2010-11-19  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
563         * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
564         (libquadmath_la_LDFLAGS): ... here.
565         (quadmath.map-sun): Tabify.
566         Fix sed expression.
567         * Makefile.in: Regenerate.
569 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
570             Tobias Burnus  <burnus@net-b.de>
572         PR fortran/32049
573         Initial implementation and checkin.