1 2010-12-13 Tobias Burnus <burnus@net-b.de>
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
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.
19 2010-12-08 Tobias Burnus <burnus@net-b.de>
22 * gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
23 * gdtoa/gdtoaimp.h: Don't declare strtod.
25 2010-12-08 Tobias Burnus <burnus@net-b.de>
28 * configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
29 AC_TRY_LINK and cache libquad_have_float128.
30 * configure: Regenerate.
32 2010-12-08 Tobias Burnus <burnus@net-b.de>
35 * configure.ac: Add texinfo checks.
36 * Makefile.am: Handle .texi documentation.
37 * libquadmath.texi: New.
38 * configure: Regenerated.
39 * Makefile.in: Regenerated.
41 2010-12-06 Tobias Burnus <burnus@net-b.de>
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.
49 2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
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.
59 2010-11-30 Tobias Burnus <burnus@net-b.de>
62 * Makefile.am: Install include files in
63 target/version specific directory.
64 * Makefile.in: Regenerate.
66 2010-11-30 Tobias Burnus <burnus@net-b.de>
68 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
69 LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
70 LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
72 2010-11-29 Kai Tietz <kai.tietz@onevision.com>
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.
88 * aclocal.m4: Regenerated.
90 2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
92 * Makefile.am (libquadmath_la_LIBADD): Move -lm ...
93 (libquadmath_la_LDFLAGS): ... here.
94 (quadmath.map-sun): Tabify.
96 * Makefile.in: Regenerate.
98 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
99 Tobias Burnus <burnus@net-b.de>
102 Initial implementation and checkin.