]> git.ipfire.org Git - thirdparty/gcc.git/blame - libquadmath/ChangeLog
re PR tree-optimization/55104 (ice in inline_call, at ipa-inline-transform.c:269)
[thirdparty/gcc.git] / libquadmath / ChangeLog
CommitLineData
737df6e6
TB
12012-10-31 Tobias Burnus <burnus@net-b.de>
2 Joseph Myers <joseph@codesourcery.com>
3 David S. Miller <davem@davemloft.net>
4 Ulrich Drepper <drepper@redhat.com>
5 Marek Polacek <polacek@redhat.com>:
6 Petr Baudis <pasky@suse.cz>
7
8 * math/complex.c (csqrtq): NaN and INF fixes.
9 * math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
10 * math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
11 large parameters. Fix errno for boundary conditions.
12 * math/finiteq.c (finiteq): Add comment.
13 * math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
14 and bad results for some subnormal results. Fix sign of inexact
15 zero return. Fix sign of exact zero return.
16 Ensure additions are not scheduled after fetestexcept.
17 * math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
18 for ynq. Fix jnq precision.
19 * math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
20 manipulate bits before adding and subtracting TWO112[sx].
21 * math/rintq.c (rintq): Ditto.
22 * math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
23 overflow.
24
249b09fa
DE
252012-09-14 David Edelsohn <dje.gcc@gmail.com>
26
27 * configure: Regenerated.
28
19af62db
BK
292012-05-29 Benjamin Kosnik <bkoz@redhat.com>
30
31 PR libstdc++/51007
32 * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
33 * configure: Regenerated.
249b09fa 34
e6d5f8c9
L
352012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36
37 * configure: Regenerated.
38
c6084f68
AT
392011-11-21 Andreas Tobler <andreast@fgznet.ch>
40
41 * configure: Regenerate.
42
744bbef1
KT
432011-11-07 Kai Tietz <ktietz@redhat.com>
44
45 PR target/51007
46 * quadmath-imp.h (ieee854_float128): Adjust
47 for ms-bitfield layout.
48
f9989b51
RO
492011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
50
51 * printf/gmp-impl.h: Adapt path to longlong.h.
52
88cc02ff
JM
532011-09-21 Joseph Myers <joseph@codesourcery.com>
54
55 * Makefile.am (FLAGS_TO_PASS): Define.
56 * Makefile.in: Regenerate.
57
57044b5a
JJ
582011-08-01 Jakub Jelinek <jakub@redhat.com>
59
60 * math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
61 conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
62
1e4eb7bb
TB
632011-04-03 Tobias Burnus <burnus@net-b.de>
64
65 PR fortran/48311
66 * libquadmath.texi (strtoflt128): Fix typo.
67 (quadmath_snprintf): Move note up, make @item.
68
cf3b3080
JJ
692011-03-25 Jakub Jelinek <jakub@redhat.com>
70
71 * printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
72 mempcpy.
73
bf382f5f
RO
742011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
75
76 PR bootstrap/48135
77 * configure.ac (quadmath_use_symver): Handle --disable-symvers.
78 * configure: Regenerate.
79
9926de2c
JJ
802011-02-28 Jakub Jelinek <jakub@redhat.com>
81
82 * printf/quadmath-printf.c (quadmath_snprintf): Make sure
83 that for size > 0 str is always zero terminated.
84
a3a33a7b
JJ
852011-02-20 Jakub Jelinek <jakub@redhat.com>
86
87 PR bootstrap/47827
88 * printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
89
a855debf
JJ
902011-02-17 Jakub Jelinek <jakub@redhat.com>
91
92 * libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
93 FLT128_MAX_10_EXP): Document.
94 (strtoflt128): Remove obsolete comment.
95 * configure.ac (HAVE_STRTOULL): New check.
96 * printf/gmp-impl.h (mpn_construct_float128): New prototype,
97 define.
98 * printf/mul_n.c: Include <config.h>.
99 * printf/add_n.c: Likewise.
100 * printf/cmp.c: Likewise.
101 * printf/fpioconst.c: Likewise.
102 * printf/mul_1.c: Likewise.
103 * printf/rshift.c: Likewise.
104 * printf/lshift.c: Likewise.
105 * printf/submul_1.c: Likewise.
106 * printf/sub_n.c: Likewise.
107 * printf/divrem.c: Likewise.
108 * printf/addmul_1.c: Likewise.
109 * printf/mul.c: Likewise.
110 * printf/quadmath-printf.h (isupper, isdigit, tolower): Change
111 to avoid evaluating argument multiple times.
112 (isxdigit): Redefine.
113 * strtod/strtoflt128.c: New file.
114 * strtod/strtod_l.c: New file.
115 * strtod/mpn2flt128.c: New file.
116 * strtod/grouping.h: New file.
117 * strtod/tens_in_limb.c: New file.
118 * gdtoa/arith.h: Removed.
119 * gdtoa/gd_qnan.h: Removed.
120 * gdtoa/gdtoa_fltrnds.h: Removed.
121 * gdtoa/gdtoa.h: Removed.
122 * gdtoa/gdtoaimp.h: Removed.
123 * gdtoa/gethex.c: Removed.
124 * gdtoa/gmisc.c: Removed.
125 * gdtoa/hd_init.c: Removed.
126 * gdtoa/hexnan.c: Removed.
127 * gdtoa/makefile: Removed.
128 * gdtoa/misc.c: Removed.
129 * gdtoa/README.gdtoa: Removed.
130 * gdtoa/smisc.c: Removed.
131 * gdtoa/strtodg.c: Removed.
132 * gdtoa/strtopQ.c: Removed.
133 * gdtoa/sum.c: Removed.
134 * quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
135 Define.
136 * Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
137 strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
138 * config.h.in: Regenerated.
139 * configure: Regenerated.
140 * Makefile.in: Regenerated.
141
d2995f21
JJ
1422011-02-16 Jakub Jelinek <jakub@redhat.com>
143
144 * printf/quadmath-printf.c: Also check __GLIBC__ when checking
145 whether workarounds for printf hook handling should be added.
146
147 * configure.ac: Check for locale.h too.
148 (USE_LOCALE_SUPPORT): Remove check.
149 (USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
150 (USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
151 * printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
152 or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
153 for wide version.
154 * printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
155 * printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
156 (__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
157 version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
158 Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
159 USE_I18N_NUMBER_H #ifdef.
160 * configure: Regenerated.
161 * config.h.in: Regenerated.
162
1d92226b
JJ
1632011-02-14 Jakub Jelinek <jakub@redhat.com>
164
12967872
JJ
165 PR bootstrap/47736
166 * configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
167 user field.
168 * printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
169 field instead of setting individual fields to 0. Don't set info.user
170 to -1.
171 * configure: Regenerated.
172
49f0e1ba
JJ
173 * configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
174 * printf/printf_fp.c: Don't include <alloca.h>.
175 * printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
176 * configure: Regenerated.
177
1d92226b
JJ
178 PR fortran/47642
179 * libquadmath.texi (quadmath_snprintf): Document.
180 (quadmath_flt128tostr): Remove.
181 * Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
182 Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
183 gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
184 * quadmath.h (quadmath_snprintf): New prototype.
185 (quadmath_flt128tostr): Remove.
186 * quadmath_weak.h (quadmath_snprintf): Add.
187 (quadmath_flt128tostr): Remove.
188 * configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
189 wctype.h, limits.h, ctype.h, printf.h, errno.h.
190 (AC_USE_SYSTEM_EXTENSIONS): Add.
191 (HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
192 USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
193 * quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
194 quadmath_flt128tostr.
195 * printf/printf_fphex.c: New file.
196 * printf/_itowa.h: New file.
197 * printf/mul_n.c: New file.
198 * printf/quadmath-printf.h: New file.
199 * printf/submul_1.c: New file.
200 * printf/quadmath-printf.c: New file.
201 * printf/gmp-impl.h: New file.
202 * printf/lshift.c: New file.
203 * printf/fpioconst.h: New file.
204 * printf/add_n.c: New file.
205 * printf/cmp.c: New file.
206 * printf/sub_n.c: New file.
207 * printf/mul.c: New file.
208 * printf/divrem.c: New file.
209 * printf/addmul_1.c: New file.
210 * printf/printf_fp.c: New file.
211 * printf/_itoa.h: New file.
212 * printf/fpioconst.c: New file.
213 * printf/_i18n_number.h: New file.
214 * printf/flt1282mpn.c: New file.
215 * printf/rshift.c: New file.
216 * printf/mul_1.c: New file.
217 * quadmath_io.c: Removed.
218 * gdtoa/gdtoa.c: Removed.
219 * gdtoa/g__fmt.c: Removed.
220 * gdtoa/g_Qfmt.c: Removed.
221 * gdtoa/dmisc.c: Removed.
222 * gdtoa/ulp.c: Removed.
223 * config.h.in: Regenerated.
224 * configure: Regenerated.
225 * Makefile.in: Regenerated.
226
029c8f3e
RW
2272011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
228
229 * Makefile.in: Regenerate.
230 * aclocal.m4: Likewise.
231 * configure: Likewise.
232
21ac7f65
JD
2332011-01-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
234
235 PR libquadmath/47293
236 * gdtoa/qd_qnan.h: Fix NAN bit patterns.
237 * gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
238
0ecf8f66
TB
2392011-01-17 Tobias Burnus <burnus@net-b.de>
240
241 PR fortran/47295
242 * libquadmath.text: Document typedef and constants.
243
b5d4b580
TB
2442011-01-17 Tobias Burnus <burnus@net-b.de>
245
246 PR fortran/46817
247 * quadmath-imp.h: Refer to libquadmath not ot libiberty,
248 bump copyright year and use /**/ instead of // comments.
249 * quadmath.h: Ditto.
250 * quadmath-weak.h: Ditto.
251 * quadmath_io.c: Ditto.
252
e8d42d28
JJ
2532011-01-16 Jakub Jelinek <jakub@redhat.com>
254
d6713cb8
JJ
255 PR libfortran/47322
256 * math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
257
e313241f
JJ
258 PR fortran/46625
259 * quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
260 and quadmath_dtoaq. Add strtoflt128 and quadmath_flt128tostr.
261 * quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
262 (strtoflt128, quadmath_flt128tostr): Add.
263 * gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
264 (strtoflt128): ... this. Return __float128, instead of writing
265 to memory pointed by last argument.
266 * quadmath.h: Use C style comments instead of C++ style.
267 (quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
268 (strtoflt128, quadmath_flt128tostr): Add prototypes.
269 * libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
270 (quadmath_strtopQ): Rename to strtoflt128. Adjust prototype,
271 adjust examples.
272 * quadmath_io.c (quadmath_dtoaq): Rename to...
273 (quadmath_flt128tostr): ... this.
274
327f73c1
JJ
275 * quadmath.h (__quadmath_throw, __quadmath_nth): Define.
276 Use it for all prototypes.
277
dbc9f6c6
JJ
278 PR fortran/46416
279 * quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
280 const from prototype argument.
281 (cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
282 llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
283 (__quadmath_extern_inline): Define.
284 (cimagq, conjq, crealq): New inlines.
285 * Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
286 math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
287 math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
288 math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
289 * Makefile.in: Regenerated.
290 * quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
291 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
292 * quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
293 (ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
294 tests instead of __BIG_ENDIAN__.
295 * quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
296 fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
297 and remquoq.
298 * libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
299 fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
300 * math/cprojq.c: New file.
301 * math/ilogbq.c: New file.
302 * math/fminq.c: New file.
303 * math/llrintq.c: New file.
304 * math/log2q.c: New file.
305 * math/lrintq.c: New file.
306 * math/crealq.c: New file.
307 * math/nearbyintq.c: New file.
308 * math/fmaxq.c: New file.
309 * math/conjq.c: New file.
310 * math/remquoq.c: New file.
311 * math/cimagq.c: New file.
312 * math/fdimq.c: New file.
313
314 * math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
315
fa23b182
JJ
316 PR fortran/46416
317 * quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
318 New prototypes.
319 (M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
320 M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
321 * quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
322 catanhq): Add.
323 * quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
324 QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
325 * quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
326 catanq and catanhq.
327 * Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
328 math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
329 and math/catanhq.c.
330 * Makefile.in: Regenerated.
331 * libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
332 catanq, catanhq): Add.
333 * math/cacoshq.c: New file.
334 * math/cacosq.c: New file.
335 * math/catanq.c: New file.
336 * math/catanhq.c: New file.
337 * math/casinq.c: New file.
338 * math/casinhq.c: New file.
339
340 * math/hypotq.c (hypotq): Use Q suffix instead of L.
341 * math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
342 * math/cosq.c (cosq): Likewise.
343
e8d42d28
JJ
344 PR fortran/46402
345 * quadmath.map (QUADMATH_1.0): Add fmaq.
346 * configure.ac: Check for fenv.h, feholdexcept, fesetround,
347 feupdateenv, fesetenv and fetestexcept.
348 * configure: Regenerated.
349 * config.h.in: Regenerated.
350 * quadmath.h (fmaq): New prototype.
351 * quadmath_weak.h (fmaq): Add.
352 * Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
353 * Makefile.in: Regenerated.
354 * quadmath-imp.h: Include config.h.
355 * math/expq.c: Include fenv.h.
356 (USE_FENV_H): Define if libm support for fe* is there.
357 (expq): Add fesetround etc. support if USE_FENV_H is defined.
358 * math/fmaq.c: New file.
359 * libquadmath.texi (fmaq): Add.
360
642d2873
TB
3612011-01-14 Tobias Burnus <burnus@net-b.de>
362
363 PR fortran/47182
364 * configure.ac: Use ACX_BUGURL.
365 * libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
366 * Makefile.am: Create libquadmath-vers.texi.
367 * configure.in: Regenerate.
368 * Makefile.in: Regenerate.
369
a6098a28
RW
3702011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
371
372 PR fortran/47174
373 * Makefile.am (libquadmath.info): Unconditionally override
374 target, not only if BUILD_LIBQUADMATH.
375 * Makefile.in: Regenerate.
376 * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
377 avoid warning from automake.
378
6f468984
TB
3792010-12-19 Tobias Burnus <burnus@net-b.de>
380
381 PR fortran/46520
382 * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
383 * configure: Regenerate
384
f0c2df63
TB
3852010-12-13 Tobias Burnus <burnus@net-b.de>
386
387 PR fortran/46625
388 * gdtoa/gdtoaimp.h: Mangle internal functions by
389 prefixing them with __quadmath. Don't use gdtoa's strcp(y).
390 * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
391 * gdtoa/misc.c (strcpy): Renamed from strcp and only use
392 if NO_STRING_H is set.
393 * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
394 __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
395 __quadmath prefix to internal functions.
396 * math/cosq.c (cosq): Ditto.
397 * math/sinq.c (cosq): Ditto.
398 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
399 * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
400 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
401 * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
402
09c2d63a
TB
4032010-12-08 Tobias Burnus <burnus@net-b.de>
404
405 PR fortran/46772
406 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
407 * gdtoa/gdtoaimp.h: Don't declare strtod.
408
abccc9a9
TB
4092010-12-08 Tobias Burnus <burnus@net-b.de>
410
411 PR fortran/46520
412 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
413 AC_TRY_LINK and cache libquad_have_float128.
414 * configure: Regenerate.
415
4c993c44
TB
4162010-12-08 Tobias Burnus <burnus@net-b.de>
417
418 PR fortran/46543
419 * configure.ac: Add texinfo checks.
420 * Makefile.am: Handle .texi documentation.
421 * libquadmath.texi: New.
422 * configure: Regenerated.
423 * Makefile.in: Regenerated.
424
545a5cb6
TB
4252010-12-06 Tobias Burnus <burnus@net-b.de>
426
427 PR fortran/46817
428 * quadmath-imp.h: Add LGPL header.
429 * quadmath.h: Add LGPL header.
430 * quadmath_io.c: Add LGPL header.
431 * quadmath_weak.h: Add LGPL header.
432
7de6ba7a
DK
4332010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
434
435 PR target/40125
436 PR lto/46695
437 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
438 * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
439 * aclocal.m4: Regenerate.
440 * configure: Regenerate.
441 * Makefile.in: Regenerate.
442
375a39e2
TB
4432010-11-30 Tobias Burnus <burnus@net-b.de>
444
445 PR fortran/46594
446 * Makefile.am: Install include files in
447 target/version specific directory.
448 * Makefile.in: Regenerate.
449
70d94de7
TB
4502010-11-30 Tobias Burnus <burnus@net-b.de>
451
452 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
453 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
454 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
455
fabfcf5e
KT
4562010-11-29 Kai Tietz <kai.tietz@onevision.com>
457
458 * configure: Regenerated.
459 * Makefile.in: Regenerated.
460 * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
461 (target_alias): Use AC_SUBST for it.
462 (GCC_NO_EXECUTABLES): Call it.
463 (AC_PROG_CC): Improve multilib handling.
464 Check that gcc is used for compilation.
465 Use pattern from libssp for symbol versioning checking.
466 * Makefile.am (LTLDFLAGS): Removed.
467 (libquadmath_la_LDFLAGS): Add -no-undefined.
468 (libquadmath_la_LINK): Commented out.
469 (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
470 (AM_MAKEFLAGS): Add hack for argument passing by top-level.
471 (MAKEOVERRIDES): New.
472 * aclocal.m4: Regenerated.
473
4144e658
RO
4742010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
475
476 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
477 (libquadmath_la_LDFLAGS): ... here.
478 (quadmath.map-sun): Tabify.
479 Fix sed expression.
480 * Makefile.in: Regenerate.
481
1ec601bf
FXC
4822010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
483 Tobias Burnus <burnus@net-b.de>
484
485 PR fortran/32049
486 Initial implementation and checkin.