OSDN Git Service

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