]> git.ipfire.org Git - thirdparty/gcc.git/blame - libquadmath/ChangeLog
Remove freebsd1 from libtool.m4 macros and config.rpath.
[thirdparty/gcc.git] / libquadmath / ChangeLog
CommitLineData
029c8f3e
RW
12011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * Makefile.in: Regenerate.
4 * aclocal.m4: Likewise.
5 * configure: Likewise.
6
21ac7f65
JD
72011-01-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
8
9 PR libquadmath/47293
10 * gdtoa/qd_qnan.h: Fix NAN bit patterns.
11 * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
12
0ecf8f66
TB
132011-01-17 Tobias Burnus <burnus@net-b.de>
14
15 PR fortran/47295
16 * libquadmath.text: Document typedef and constants.
17
b5d4b580
TB
182011-01-17 Tobias Burnus <burnus@net-b.de>
19
20 PR fortran/46817
21 * quadmath-imp.h: Refer to libquadmath not ot libiberty,
22 bump copyright year and use /**/ instead of // comments.
23 * quadmath.h: Ditto.
24 * quadmath-weak.h: Ditto.
25 * quadmath_io.c: Ditto.
26
e8d42d28
JJ
272011-01-16 Jakub Jelinek <jakub@redhat.com>
28
d6713cb8
JJ
29 PR libfortran/47322
30 * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
31
e313241f
JJ
32 PR fortran/46625
33 * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
34 and quadmath_dtoaq. Add strtoflt128 and quadmath_flt128tostr.
35 * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
36 (strtoflt128, quadmath_flt128tostr): Add.
37 * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
38 (strtoflt128): ... this. Return __float128, instead of writing
39 to memory pointed by last argument.
40 * quadmath.h: Use C style comments instead of C++ style.
41 (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
42 (strtoflt128, quadmath_flt128tostr): Add prototypes.
43 * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
44 (quadmath_strtopQ): Rename to strtoflt128. Adjust prototype,
45 adjust examples.
46 * quadmath_io.c (quadmath_dtoaq): Rename to...
47 (quadmath_flt128tostr): ... this.
48
327f73c1
JJ
49 * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
50 Use it for all prototypes.
51
dbc9f6c6
JJ
52 PR fortran/46416
53 * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
54 const from prototype argument.
55 (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
56 llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
57 (__quadmath_extern_inline): Define.
58 (cimagq, conjq, crealq): New inlines.
59 * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
60 math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
61 math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
62 math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
63 * Makefile.in: Regenerated.
64 * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
65 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
66 * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
67 (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
68 tests instead of __BIG_ENDIAN__.
69 * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
70 fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
71 and remquoq.
72 * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
73 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
74 * math/cprojq.c: New file.
75 * math/ilogbq.c: New file.
76 * math/fminq.c: New file.
77 * math/llrintq.c: New file.
78 * math/log2q.c: New file.
79 * math/lrintq.c: New file.
80 * math/crealq.c: New file.
81 * math/nearbyintq.c: New file.
82 * math/fmaxq.c: New file.
83 * math/conjq.c: New file.
84 * math/remquoq.c: New file.
85 * math/cimagq.c: New file.
86 * math/fdimq.c: New file.
87
88 * math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
89
fa23b182
JJ
90 PR fortran/46416
91 * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
92 New prototypes.
93 (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
94 M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
95 * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
96 catanhq): Add.
97 * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
98 QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
99 * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
100 catanq and catanhq.
101 * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
102 math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
103 and math/catanhq.c.
104 * Makefile.in: Regenerated.
105 * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
106 catanq, catanhq): Add.
107 * math/cacoshq.c: New file.
108 * math/cacosq.c: New file.
109 * math/catanq.c: New file.
110 * math/catanhq.c: New file.
111 * math/casinq.c: New file.
112 * math/casinhq.c: New file.
113
114 * math/hypotq.c (hypotq): Use Q suffix instead of L.
115 * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
116 * math/cosq.c (cosq): Likewise.
117
e8d42d28
JJ
118 PR fortran/46402
119 * quadmath.map (QUADMATH_1.0): Add fmaq.
120 * configure.ac: Check for fenv.h, feholdexcept, fesetround,
121 feupdateenv, fesetenv and fetestexcept.
122 * configure: Regenerated.
123 * config.h.in: Regenerated.
124 * quadmath.h (fmaq): New prototype.
125 * quadmath_weak.h (fmaq): Add.
126 * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
127 * Makefile.in: Regenerated.
128 * quadmath-imp.h: Include config.h.
129 * math/expq.c: Include fenv.h.
130 (USE_FENV_H): Define if libm support for fe* is there.
131 (expq): Add fesetround etc. support if USE_FENV_H is defined.
132 * math/fmaq.c: New file.
133 * libquadmath.texi (fmaq): Add.
134
642d2873
TB
1352011-01-14 Tobias Burnus <burnus@net-b.de>
136
137 PR fortran/47182
138 * configure.ac: Use ACX_BUGURL.
139 * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
140 * Makefile.am: Create libquadmath-vers.texi.
141 * configure.in: Regenerate.
142 * Makefile.in: Regenerate.
143
a6098a28
RW
1442011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
145
146 PR fortran/47174
147 * Makefile.am (libquadmath.info): Unconditionally override
148 target, not only if BUILD_LIBQUADMATH.
149 * Makefile.in: Regenerate.
150 * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
151 avoid warning from automake.
152
6f468984
TB
1532010-12-19 Tobias Burnus <burnus@net-b.de>
154
155 PR fortran/46520
156 * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
157 * configure: Regenerate
158
f0c2df63
TB
1592010-12-13 Tobias Burnus <burnus@net-b.de>
160
161 PR fortran/46625
162 * gdtoa/gdtoaimp.h: Mangle internal functions by
163 prefixing them with __quadmath. Don't use gdtoa's strcp(y).
164 * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
165 * gdtoa/misc.c (strcpy): Renamed from strcp and only use
166 if NO_STRING_H is set.
167 * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
168 __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
169 __quadmath prefix to internal functions.
170 * math/cosq.c (cosq): Ditto.
171 * math/sinq.c (cosq): Ditto.
172 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
173 * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
174 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
175 * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
176
09c2d63a
TB
1772010-12-08 Tobias Burnus <burnus@net-b.de>
178
179 PR fortran/46772
180 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
181 * gdtoa/gdtoaimp.h: Don't declare strtod.
182
abccc9a9
TB
1832010-12-08 Tobias Burnus <burnus@net-b.de>
184
185 PR fortran/46520
186 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
187 AC_TRY_LINK and cache libquad_have_float128.
188 * configure: Regenerate.
189
4c993c44
TB
1902010-12-08 Tobias Burnus <burnus@net-b.de>
191
192 PR fortran/46543
193 * configure.ac: Add texinfo checks.
194 * Makefile.am: Handle .texi documentation.
195 * libquadmath.texi: New.
196 * configure: Regenerated.
197 * Makefile.in: Regenerated.
198
545a5cb6
TB
1992010-12-06 Tobias Burnus <burnus@net-b.de>
200
201 PR fortran/46817
202 * quadmath-imp.h: Add LGPL header.
203 * quadmath.h: Add LGPL header.
204 * quadmath_io.c: Add LGPL header.
205 * quadmath_weak.h: Add LGPL header.
206
7de6ba7a
DK
2072010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
208
209 PR target/40125
210 PR lto/46695
211 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
212 * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
213 * aclocal.m4: Regenerate.
214 * configure: Regenerate.
215 * Makefile.in: Regenerate.
216
375a39e2
TB
2172010-11-30 Tobias Burnus <burnus@net-b.de>
218
219 PR fortran/46594
220 * Makefile.am: Install include files in
221 target/version specific directory.
222 * Makefile.in: Regenerate.
223
70d94de7
TB
2242010-11-30 Tobias Burnus <burnus@net-b.de>
225
226 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
227 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
228 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
229
fabfcf5e
KT
2302010-11-29 Kai Tietz <kai.tietz@onevision.com>
231
232 * configure: Regenerated.
233 * Makefile.in: Regenerated.
234 * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
235 (target_alias): Use AC_SUBST for it.
236 (GCC_NO_EXECUTABLES): Call it.
237 (AC_PROG_CC): Improve multilib handling.
238 Check that gcc is used for compilation.
239 Use pattern from libssp for symbol versioning checking.
240 * Makefile.am (LTLDFLAGS): Removed.
241 (libquadmath_la_LDFLAGS): Add -no-undefined.
242 (libquadmath_la_LINK): Commented out.
243 (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
244 (AM_MAKEFLAGS): Add hack for argument passing by top-level.
245 (MAKEOVERRIDES): New.
246 * aclocal.m4: Regenerated.
247
4144e658
RO
2482010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
249
250 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
251 (libquadmath_la_LDFLAGS): ... here.
252 (quadmath.map-sun): Tabify.
253 Fix sed expression.
254 * Makefile.in: Regenerate.
255
1ec601bf
FXC
2562010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
257 Tobias Burnus <burnus@net-b.de>
258
259 PR fortran/32049
260 Initial implementation and checkin.