OSDN Git Service

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