545a5cb664
2010-12-06 Tobias Burnus <burnus@net-b.de> PR fortran/46817 * quadmath-imp.h: Add LGPL header. * quadmath.h: Add LGPL header. * quadmath_io.c: Add LGPL header. * quadmath_weak.h: Add LGPL header. From-SVN: r167521
63 lines
1.8 KiB
Plaintext
63 lines
1.8 KiB
Plaintext
2010-12-06 Tobias Burnus <burnus@net-b.de>
|
|
|
|
PR fortran/46817
|
|
* quadmath-imp.h: Add LGPL header.
|
|
* quadmath.h: Add LGPL header.
|
|
* quadmath_io.c: Add LGPL header.
|
|
* quadmath_weak.h: Add LGPL header.
|
|
|
|
2010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
|
|
|
|
PR target/40125
|
|
PR lto/46695
|
|
* configure.ac: Invoke ACX_LT_HOST_FLAGS.
|
|
* Makefile.am (libquadmath_la_LDFLAGS): Use lt_host_flags.
|
|
* aclocal.m4: Regenerate.
|
|
* configure: Regenerate.
|
|
* Makefile.in: Regenerate.
|
|
|
|
2010-11-30 Tobias Burnus <burnus@net-b.de>
|
|
|
|
PR fortran/46594
|
|
* Makefile.am: Install include files in
|
|
target/version specific directory.
|
|
* Makefile.in: Regenerate.
|
|
|
|
2010-11-30 Tobias Burnus <burnus@net-b.de>
|
|
|
|
* acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS,
|
|
LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY,
|
|
LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT): Remove.
|
|
|
|
2010-11-29 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
* configure: Regenerated.
|
|
* Makefile.in: Regenerated.
|
|
* configure.ac (ACX_NONCANONICAL_TARGET): Call it.
|
|
(target_alias): Use AC_SUBST for it.
|
|
(GCC_NO_EXECUTABLES): Call it.
|
|
(AC_PROG_CC): Improve multilib handling.
|
|
Check that gcc is used for compilation.
|
|
Use pattern from libssp for symbol versioning checking.
|
|
* Makefile.am (LTLDFLAGS): Removed.
|
|
(libquadmath_la_LDFLAGS): Add -no-undefined.
|
|
(libquadmath_la_LINK): Commented out.
|
|
(libquadmath_la_DEPENDENCIES): Add libquadmath_la_LIBADD.
|
|
(AM_MAKEFLAGS): Add hack for argument passing by top-level.
|
|
(MAKEOVERRIDES): New.
|
|
* aclocal.m4: Regenerated.
|
|
|
|
2010-11-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
* Makefile.am (libquadmath_la_LIBADD): Move -lm ...
|
|
(libquadmath_la_LDFLAGS): ... here.
|
|
(quadmath.map-sun): Tabify.
|
|
Fix sed expression.
|
|
* Makefile.in: Regenerate.
|
|
|
|
2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
|
Tobias Burnus <burnus@net-b.de>
|
|
|
|
PR fortran/32049
|
|
Initial implementation and checkin.
|