OSDN Git Service

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