]> git.ipfire.org Git - thirdparty/gcc.git/blob - libquadmath/ChangeLog
b7b7a43aa6b10fdfd628e10a1247bc3d641993de
[thirdparty/gcc.git] / libquadmath / ChangeLog
1 2011-01-16 Jakub Jelinek <jakub@redhat.com>
2
3 PR fortran/46416
4 * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
5 New prototypes.
6 (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
7 M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
8 * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
9 catanhq): Add.
10 * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
11 QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
12 * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
13 catanq and catanhq.
14 * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
15 math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
16 and math/catanhq.c.
17 * Makefile.in: Regenerated.
18 * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
19 catanq, catanhq): Add.
20 * math/cacoshq.c: New file.
21 * math/cacosq.c: New file.
22 * math/catanq.c: New file.
23 * math/catanhq.c: New file.
24 * math/casinq.c: New file.
25 * math/casinhq.c: New file.
26
27 * math/hypotq.c (hypotq): Use Q suffix instead of L.
28 * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
29 * math/cosq.c (cosq): Likewise.
30
31 PR fortran/46402
32 * quadmath.map (QUADMATH_1.0): Add fmaq.
33 * configure.ac: Check for fenv.h, feholdexcept, fesetround,
34 feupdateenv, fesetenv and fetestexcept.
35 * configure: Regenerated.
36 * config.h.in: Regenerated.
37 * quadmath.h (fmaq): New prototype.
38 * quadmath_weak.h (fmaq): Add.
39 * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
40 * Makefile.in: Regenerated.
41 * quadmath-imp.h: Include config.h.
42 * math/expq.c: Include fenv.h.
43 (USE_FENV_H): Define if libm support for fe* is there.
44 (expq): Add fesetround etc. support if USE_FENV_H is defined.
45 * math/fmaq.c: New file.
46 * libquadmath.texi (fmaq): Add.
47
48 2011-01-14 Tobias Burnus <burnus@net-b.de>
49
50 PR fortran/47182
51 * configure.ac: Use ACX_BUGURL.
52 * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
53 * Makefile.am: Create libquadmath-vers.texi.
54 * configure.in: Regenerate.
55 * Makefile.in: Regenerate.
56
57 2011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
58
59 PR fortran/47174
60 * Makefile.am (libquadmath.info): Unconditionally override
61 target, not only if BUILD_LIBQUADMATH.
62 * Makefile.in: Regenerate.
63 * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
64 avoid warning from automake.
65
66 2010-12-19 Tobias Burnus <burnus@net-b.de>
67
68 PR fortran/46520
69 * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
70 * configure: Regenerate
71
72 2010-12-13 Tobias Burnus <burnus@net-b.de>
73
74 PR fortran/46625
75 * gdtoa/gdtoaimp.h: Mangle internal functions by
76 prefixing them with __quadmath. Don't use gdtoa's strcp(y).
77 * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
78 * gdtoa/misc.c (strcpy): Renamed from strcp and only use
79 if NO_STRING_H is set.
80 * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
81 __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
82 __quadmath prefix to internal functions.
83 * math/cosq.c (cosq): Ditto.
84 * math/sinq.c (cosq): Ditto.
85 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
86 * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
87 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
88 * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
89
90 2010-12-08 Tobias Burnus <burnus@net-b.de>
91
92 PR fortran/46772
93 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
94 * gdtoa/gdtoaimp.h: Don't declare strtod.
95
96 2010-12-08 Tobias Burnus <burnus@net-b.de>
97
98 PR fortran/46520
99 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
100 AC_TRY_LINK and cache libquad_have_float128.
101 * configure: Regenerate.
102
103 2010-12-08 Tobias Burnus <burnus@net-b.de>
104
105 PR fortran/46543
106 * configure.ac: Add texinfo checks.
107 * Makefile.am: Handle .texi documentation.
108 * libquadmath.texi: New.
109 * configure: Regenerated.
110 * Makefile.in: Regenerated.
111
112 2010-12-06 Tobias Burnus <burnus@net-b.de>
113
114 PR fortran/46817
115 * quadmath-imp.h: Add LGPL header.
116 * quadmath.h: Add LGPL header.
117 * quadmath_io.c: Add LGPL header.
118 * quadmath_weak.h: Add LGPL header.
119
120 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
121
122 PR target/40125
123 PR lto/46695
124 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
125 * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
126 * aclocal.m4: Regenerate.
127 * configure: Regenerate.
128 * Makefile.in: Regenerate.
129
130 2010-11-30 Tobias Burnus <burnus@net-b.de>
131
132 PR fortran/46594
133 * Makefile.am: Install include files in
134 target/version specific directory.
135 * Makefile.in: Regenerate.
136
137 2010-11-30 Tobias Burnus <burnus@net-b.de>
138
139 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
140 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
141 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
142
143 2010-11-29 Kai Tietz <kai.tietz@onevision.com>
144
145 * configure: Regenerated.
146 * Makefile.in: Regenerated.
147 * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
148 (target_alias): Use AC_SUBST for it.
149 (GCC_NO_EXECUTABLES): Call it.
150 (AC_PROG_CC): Improve multilib handling.
151 Check that gcc is used for compilation.
152 Use pattern from libssp for symbol versioning checking.
153 * Makefile.am (LTLDFLAGS): Removed.
154 (libquadmath_la_LDFLAGS): Add -no-undefined.
155 (libquadmath_la_LINK): Commented out.
156 (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
157 (AM_MAKEFLAGS): Add hack for argument passing by top-level.
158 (MAKEOVERRIDES): New.
159 * aclocal.m4: Regenerated.
160
161 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
162
163 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
164 (libquadmath_la_LDFLAGS): ... here.
165 (quadmath.map-sun): Tabify.
166 Fix sed expression.
167 * Makefile.in: Regenerate.
168
169 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
170 Tobias Burnus <burnus@net-b.de>
171
172 PR fortran/32049
173 Initial implementation and checkin.