This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r170254 - in /trunk/libquadmath: ChangeLog Make...


Author: jakub
Date: Thu Feb 17 19:57:18 2011
New Revision: 170254

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170254
Log:
	* libquadmath.texi (FLT128_DIG, FLT128_MIN_10_EXP,
	FLT128_MAX_10_EXP): Document.
	(strtoflt128): Remove obsolete comment.
	* configure.ac (HAVE_STRTOULL): New check.
	* printf/gmp-impl.h (mpn_construct_float128): New prototype,
	define.
	* printf/mul_n.c: Include <config.h>.
	* printf/add_n.c: Likewise.
	* printf/cmp.c: Likewise.
	* printf/fpioconst.c: Likewise.
	* printf/mul_1.c: Likewise.
	* printf/rshift.c: Likewise.
	* printf/lshift.c: Likewise.
	* printf/submul_1.c: Likewise.
	* printf/sub_n.c: Likewise.
	* printf/divrem.c: Likewise.
	* printf/addmul_1.c: Likewise.
	* printf/mul.c: Likewise.
	* printf/quadmath-printf.h (isupper, isdigit, tolower): Change
	to avoid evaluating argument multiple times.
	(isxdigit): Redefine.
	* strtod/strtoflt128.c: New file.
	* strtod/strtod_l.c: New file.
	* strtod/mpn2flt128.c: New file.
	* strtod/grouping.h: New file.
	* strtod/tens_in_limb.c: New file.
	* gdtoa/arith.h: Removed.
	* gdtoa/gd_qnan.h: Removed.
	* gdtoa/gdtoa_fltrnds.h: Removed.
	* gdtoa/gdtoa.h: Removed.
	* gdtoa/gdtoaimp.h: Removed.
	* gdtoa/gethex.c: Removed.
	* gdtoa/gmisc.c: Removed.
	* gdtoa/hd_init.c: Removed.
	* gdtoa/hexnan.c: Removed.
	* gdtoa/makefile: Removed.
	* gdtoa/misc.c: Removed.
	* gdtoa/README.gdtoa: Removed.
	* gdtoa/smisc.c: Removed.
	* gdtoa/strtodg.c: Removed.
	* gdtoa/strtopQ.c: Removed.
	* gdtoa/sum.c: Removed.
	* quadmath.h (FLT128_DIG, FLT128_MIN_10_EXP, FLT128_MAX_10_EXP):
	Define.
	* Makefile.am (libquadmath_la_SOURCES): Remove gdtoa/*, add
	strtod/strtoflt128.c, strtod/mpn2flt128.c and strtod/tens_in_limb.c.
	* config.h.in: Regenerated.
	* configure: Regenerated.
	* Makefile.in: Regenerated.

Added:
    trunk/libquadmath/strtod/
    trunk/libquadmath/strtod/grouping.h
    trunk/libquadmath/strtod/mpn2flt128.c
    trunk/libquadmath/strtod/strtod_l.c
    trunk/libquadmath/strtod/strtoflt128.c
    trunk/libquadmath/strtod/tens_in_limb.c
Removed:
    trunk/libquadmath/gdtoa/
Modified:
    trunk/libquadmath/ChangeLog
    trunk/libquadmath/Makefile.am
    trunk/libquadmath/Makefile.in
    trunk/libquadmath/config.h.in
    trunk/libquadmath/configure
    trunk/libquadmath/configure.ac
    trunk/libquadmath/libquadmath.texi
    trunk/libquadmath/printf/add_n.c
    trunk/libquadmath/printf/addmul_1.c
    trunk/libquadmath/printf/cmp.c
    trunk/libquadmath/printf/divrem.c
    trunk/libquadmath/printf/fpioconst.c
    trunk/libquadmath/printf/gmp-impl.h
    trunk/libquadmath/printf/lshift.c
    trunk/libquadmath/printf/mul.c
    trunk/libquadmath/printf/mul_1.c
    trunk/libquadmath/printf/mul_n.c
    trunk/libquadmath/printf/quadmath-printf.h
    trunk/libquadmath/printf/rshift.c
    trunk/libquadmath/printf/sub_n.c
    trunk/libquadmath/printf/submul_1.c
    trunk/libquadmath/quadmath.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]