gcc/libquadmath
Jakub Jelinek e313241f91 re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions)
PR fortran/46625
	* quadmath.map (QUADMATH_1.0): Remove quadmath_strtopQ
	and quadmath_dtoaq.  Add strtoflt128 and quadmath_flt128tostr.
	* quadmath_weak.h (quadmath_strtopQ, quadmath_dtoaq): Remove.
	(strtoflt128, quadmath_flt128tostr): Add.
	* gdtoa/strtopQ.c (quadmath_strtopQ): Rename to...
	(strtoflt128): ... this.  Return __float128, instead of writing
	to memory pointed by last argument.
	* quadmath.h: Use C style comments instead of C++ style.
	(quadmath_strtopQ, quadmath_dtoaq): Remove prototypes.
	(strtoflt128, quadmath_flt128tostr): Add prototypes.
	* libquadmath.texi (quadmath_dtoaq): Rename to quadmath_flt128tostr.
	(quadmath_strtopQ): Rename to strtoflt128.  Adjust prototype,
	adjust examples.
	* quadmath_io.c (quadmath_dtoaq): Rename to...
	(quadmath_flt128tostr): ... this.
libgfortran/
	* io/write_float.def (DTOAQ): Use quadmath_flt128tostr
	instead of quadmath_dtoa.
	* io/transfer128.c (tmp1, tmp2): New variables, bring in
	strtoflt128 and quadmath_flt128tostr.
	(transfer_real128, transfer_real128_write, transfer_complex128,
	transfer_complex128_write): Remove tmp1/tmp2 variables.
	* io/read.c (convert_real): Use strtoflt128 instead of
	quadmath_strtopQ, adjust for the changed arguments and return
	value.

From-SVN: r168856
2011-01-16 17:55:27 +01:00
..
gdtoa re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
math re PR fortran/46416 (libquadmath: missing functions) 2011-01-16 17:44:35 +01:00
COPYING.LIB re PR fortran/32049 (Support on x86_64 also kind=16) 2010-11-16 22:23:19 +01:00
ChangeLog re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
Makefile.am re PR fortran/46416 (libquadmath: missing functions) 2011-01-16 17:44:35 +01:00
Makefile.in re PR fortran/46416 (libquadmath: missing functions) 2011-01-16 17:44:35 +01:00
acinclude.m4 acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS, [...]): Remove. 2010-11-30 07:07:54 +01:00
aclocal.m4 re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolchain) 2010-12-06 00:50:04 +00:00
config.h.in re PR fortran/46402 (libquadmath: Add fmalq) 2011-01-16 17:40:05 +01:00
configure re PR fortran/46402 (libquadmath: Add fmalq) 2011-01-16 17:40:05 +01:00
configure.ac re PR fortran/46402 (libquadmath: Add fmalq) 2011-01-16 17:40:05 +01:00
libquadmath.texi re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
libtool-version re PR fortran/32049 (Support on x86_64 also kind=16) 2010-11-16 22:23:19 +01:00
quadmath-imp.h re PR fortran/46416 (libquadmath: missing functions) 2011-01-16 17:44:35 +01:00
quadmath.h re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
quadmath.map re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
quadmath_io.c re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00
quadmath_weak.h re PR fortran/46625 (libquadmath: Mangle internal symbols; rename __float128 <-> string functions) 2011-01-16 17:55:27 +01:00