]> git.ipfire.org Git - thirdparty/gcc.git/blob - libquadmath/ChangeLog
re PR fortran/47174 (libquadmath: Build now depends on makeinfo)
[thirdparty/gcc.git] / libquadmath / ChangeLog
1 2011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 PR fortran/47174
4 * Makefile.am (libquadmath.info): Unconditionally override
5 target, not only if BUILD_LIBQUADMATH.
6 * Makefile.in: Regenerate.
7 * configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
8 avoid warning from automake.
9
10 2010-12-19 Tobias Burnus <burnus@net-b.de>
11
12 PR fortran/46520
13 * configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
14 * configure: Regenerate
15
16 2010-12-13 Tobias Burnus <burnus@net-b.de>
17
18 PR fortran/46625
19 * gdtoa/gdtoaimp.h: Mangle internal functions by
20 prefixing them with __quadmath. Don't use gdtoa's strcp(y).
21 * gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
22 * gdtoa/misc.c (strcpy): Renamed from strcp and only use
23 if NO_STRING_H is set.
24 * quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
25 __quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
26 __quadmath prefix to internal functions.
27 * math/cosq.c (cosq): Ditto.
28 * math/sinq.c (cosq): Ditto.
29 * math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
30 * math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
31 * math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
32 * math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
33
34 2010-12-08 Tobias Burnus <burnus@net-b.de>
35
36 PR fortran/46772
37 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
38 * gdtoa/gdtoaimp.h: Don't declare strtod.
39
40 2010-12-08 Tobias Burnus <burnus@net-b.de>
41
42 PR fortran/46520
43 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
44 AC_TRY_LINK and cache libquad_have_float128.
45 * configure: Regenerate.
46
47 2010-12-08 Tobias Burnus <burnus@net-b.de>
48
49 PR fortran/46543
50 * configure.ac: Add texinfo checks.
51 * Makefile.am: Handle .texi documentation.
52 * libquadmath.texi: New.
53 * configure: Regenerated.
54 * Makefile.in: Regenerated.
55
56 2010-12-06 Tobias Burnus <burnus@net-b.de>
57
58 PR fortran/46817
59 * quadmath-imp.h: Add LGPL header.
60 * quadmath.h: Add LGPL header.
61 * quadmath_io.c: Add LGPL header.
62 * quadmath_weak.h: Add LGPL header.
63
64 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
65
66 PR target/40125
67 PR lto/46695
68 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
69 * Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
70 * aclocal.m4: Regenerate.
71 * configure: Regenerate.
72 * Makefile.in: Regenerate.
73
74 2010-11-30 Tobias Burnus <burnus@net-b.de>
75
76 PR fortran/46594
77 * Makefile.am: Install include files in
78 target/version specific directory.
79 * Makefile.in: Regenerate.
80
81 2010-11-30 Tobias Burnus <burnus@net-b.de>
82
83 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
84 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
85 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
86
87 2010-11-29 Kai Tietz <kai.tietz@onevision.com>
88
89 * configure: Regenerated.
90 * Makefile.in: Regenerated.
91 * configure.ac (ACX_NONCANONICAL_TARGET): Call it.
92 (target_alias): Use AC_SUBST for it.
93 (GCC_NO_EXECUTABLES): Call it.
94 (AC_PROG_CC): Improve multilib handling.
95 Check that gcc is used for compilation.
96 Use pattern from libssp for symbol versioning checking.
97 * Makefile.am (LTLDFLAGS): Removed.
98 (libquadmath_la_LDFLAGS): Add -no-undefined.
99 (libquadmath_la_LINK): Commented out.
100 (libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
101 (AM_MAKEFLAGS): Add hack for argument passing by top-level.
102 (MAKEOVERRIDES): New.
103 * aclocal.m4: Regenerated.
104
105 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
106
107 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
108 (libquadmath_la_LDFLAGS): ... here.
109 (quadmath.map-sun): Tabify.
110 Fix sed expression.
111 * Makefile.in: Regenerate.
112
113 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
114 Tobias Burnus <burnus@net-b.de>
115
116 PR fortran/32049
117 Initial implementation and checkin.