2014-01-02 22:25:41 +01:00
|
|
|
2014-01-02 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
* libquadmath.texi: Bump @copying's copyright year.
|
|
|
|
|
2013-12-04 11:49:14 +01:00
|
|
|
2013-12-04 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
* Makefile.am (AM_CPPFLAGS): Define.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* printf/gmp-impl.h: Remove path from longlong.h include.
|
|
|
|
|
2013-09-20 11:47:52 +02:00
|
|
|
2013-09-20 Alan Modra <amodra@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2013-03-07 08:53:10 +01:00
|
|
|
2013-03-06 Shakthi Kannan <shakthimaan@gmail.com>
|
|
|
|
|
|
|
|
PR libquadmath/55473
|
|
|
|
* quadmath.h: Add 'extern "C"' block for C++ use.
|
|
|
|
|
2013-02-19 22:50:10 +01:00
|
|
|
2013-02-19 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR libquadmath/56379
|
|
|
|
* strtod/strtod_l.c (mpn_lshift_1): Rewritten as function-like
|
|
|
|
macro.
|
|
|
|
|
2013-02-17 13:57:51 +01:00
|
|
|
2013-02-17 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
* math/cacoshq.c (cacoshq): Call signbitq instead of signbit.
|
|
|
|
|
2013-02-06 23:03:54 +01:00
|
|
|
2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
Revert previous patch.
|
|
|
|
|
2013-02-03 18:49:30 +01:00
|
|
|
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
Update copyright years.
|
|
|
|
|
2013-01-22 09:23:32 +01:00
|
|
|
2013-01-22 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR libquadmath/56072
|
|
|
|
* libquadmath.texi (M_PI_2q, M_PI_4q): Fix up description.
|
|
|
|
|
2012-12-13 13:35:56 +01:00
|
|
|
2012-12-13 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* math/cbrtq.c (cbrtq): Use Q suffixed floating point constants
|
|
|
|
instead of L suffixed ones.
|
|
|
|
* math/fmaq.c (fmaq): Likewise.
|
|
|
|
* math/rintq.c (TWO112): Likewise.
|
|
|
|
|
2012-12-03 17:16:28 +01:00
|
|
|
2012-12-03 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
* strtod/strtod_l.c (___STRTOF_INTERNAL): Fix exponent
|
|
|
|
reading.
|
|
|
|
|
2012-11-25 20:59:07 +01:00
|
|
|
2012-11-25 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR libquadmath/55462
|
|
|
|
* strtod/strtod_l.c (round_and_return): Use HAVE_FENV_H
|
|
|
|
instead of nonexisting HAVE_GET_ROUNDING_MODE.
|
|
|
|
|
2012-11-24 02:12:59 +01:00
|
|
|
2012-11-23 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
PR bootstrap/55455
|
|
|
|
* quadmath-rounding-mode.h (get_rounding_mode): Don't pass
|
|
|
|
void to fegetround.
|
|
|
|
|
2012-11-23 23:11:40 +01:00
|
|
|
2012-11-23 Tobias Burnus <burnus@net-b.de>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* quadmath-rounding-mode.h: New.
|
|
|
|
* printf/fpioconst.c: Update from GLIBC. Fix strtod rounding.
|
|
|
|
* printf/fpioconst.h: Ditto.
|
|
|
|
* printf/printf_fp.c (__quadmath_printf_fp): Update from GLIBC.
|
|
|
|
Make printf respect the rounding mode for decimal output.
|
|
|
|
* printf/printf_fphex.c (__quadmath_printf_fphex): Update from
|
|
|
|
GLIBC. Make printf respect the rounding mode for hex output.
|
|
|
|
* strtod/strtod_l.c: Update from GLIBC. Make strtod respect the
|
|
|
|
rounding mode. Fix strtod handling of underflow.
|
|
|
|
|
2012-11-22 00:55:29 +01:00
|
|
|
2012-11-22 David S. Miller <davem@davemloft.net>
|
|
|
|
Tobias Burnus <burnus@net-b.de>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* math/atanq.c (atanq): Update from GLIBC. Handle tiny and
|
|
|
|
very large arguments properly.
|
|
|
|
* math/j0q.c (y0q): Update from GLIBC. Avoid arithmetic
|
|
|
|
underflow when 'x' is very small.
|
|
|
|
* math/j1q.c (y1q): Ditto.
|
|
|
|
* math/log1pq.c (log1pq): Update from GLIBC. Saturate
|
|
|
|
nonzero exponents with absolute value below 0x1p-128 to
|
|
|
|
+/- 0x1p-128.
|
|
|
|
* math/powq.c (powq): Update from GLIBC. If xm1 is
|
|
|
|
smaller than LDBL_EPSILON/2.0L, just return xm1.
|
|
|
|
|
2012-11-21 14:46:34 +01:00
|
|
|
2012-11-21 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR libquadmath/55225
|
|
|
|
* math/lgammaq.c (lgammaq): Use local variable if
|
|
|
|
math.h does not provide signgam.
|
|
|
|
* acinclude.m4 (LIBQUAD_CHECK_MATH_H_SIGNGAM): New check.
|
|
|
|
* configure.ac: Use it.
|
|
|
|
* configure: Regenerate.
|
|
|
|
* config.h.in: Regenerate.
|
|
|
|
|
2012-11-15 18:22:21 +01:00
|
|
|
2012-11-15 Tobias Burnus <burnus@net-b.de>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* math/fmaq.c (fmaq): Merge from GLIBC. Fix fma
|
|
|
|
underflows with small x * y; Fix overflow results
|
|
|
|
outside round-to-nearest mode; make use of Dekker
|
|
|
|
and Knuth algorithms use round-to-nearest.
|
|
|
|
|
2012-11-02 19:08:05 +01:00
|
|
|
2012-11-01 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
* math/fmaq.c (fmaq): Fix build.
|
|
|
|
|
2012-11-02 17:59:30 +01:00
|
|
|
2012-11-01 Tobias Burnus <burnus@net-b.de>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* math/fmaq.c (fmaq): Merge from GLIBC. Handle cases
|
|
|
|
with small x * y using scaling, not as x * y + z.
|
|
|
|
* math/lgammaq.c (lgammaq): Fix signgam handling.
|
|
|
|
|
Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
2012-11-01 Tobias Burnus <burnus@net-b.de>
* Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
* Makefile.in: Regenerated.
* math/acoshq.c: Update comment.
* math/acosq.c: Ditto.
* math/asinhq.c: Ditto.
* math/asinq.c: Ditto.
* math/atan2q.c: Ditto.
* math/atanhq.c: Ditto.
* math/ceilq.c: Ditto.
* math/copysignq.c: Ditto.
* math/cosq.c: Ditto.
* math/coshq.c: Ditto.
* math/erfq.c: Ditto.
* math/fabsq.c: Ditto.
* math/finiteq.c: Ditto.
* math/floorq.c: Ditto.
* math/fmodq.c: Ditto.
* math/frexpq.c: Ditto.
* math/isnanq.c: Ditto.
* math/j0q.c: Ditto.
* math/j1q.c: Ditto.
* math/ldexpq.c: Ditto.
* math/llroundq.c: Ditto.
* math/log10q.c: Ditto.
* math/log1pq.c: Ditto.
* math/log2q.c: Ditto.
* math/logq.c: Ditto.
* math/lroundq.c: Ditto.
* math/modfq.c: Ditto.
* math/nextafterq.c: Ditto.
* math/powq.c: Ditto.
* math/rem_pio2q.c: Ditto.
* math/remainderq.c: Ditto.
* math/rintq.c: Ditto.
* math/roundq.c: Ditto.
* math/scalblnq.c: Ditto.
* math/scalbnq.c: Ditto.
* math/sincosq_kernel.c: Ditto.
* math/sinq.c: Ditto.
* math/tanq.c: Ditto.
* math/expq.c: Ditto.
(__expq_table, expq): Renamed local array from __expl_table.
* math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign
* handling.
* math/cacoshq.c: Changes from GLIBC; fix returned sign.
* math/casinhq.c: Changes from GLIBC to fix special-case.
* math/cbrtq.c: Use modified GLIBC version.
* math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
ctanhq, ctanq): Moved to separates files.
(mult_c128, div_c128): Removed no longer needed functions.
(cexpiq): Call sincosq instead of sinq and cosq.
(cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
* math/ccoshq.c (ccoshq): New file, moved from complex.c and
modified based on GLIBC.
* math/cexpq.c (cexp): Ditto.
* math/clog10q.c (clog10q): Ditto.
* math/clogq.c (clogq): Ditto.
* math/csinhq.c: Ditto.
* math/csinq.c: Ditto.
* math/csqrtq.c: Ditto.
* math/ctanhq.c: Ditto.
* math/ctanq.c: Ditto.
* math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
from GLIBC.
* math/ilogbq.c (ilogbq): Add errno = EDOM handling.
* math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
from GLIBC.
* math/lgammaq.c (lgammaq): Add signgam handling.
* math/sinhq.c (sinhq): Fix sign handling.
* math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
* math/tgammaq.c (tgammaq): Ditto.
* math/x2y2m1q.c: New file.
* quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
(__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
From-SVN: r193063
2012-11-01 17:14:42 +01:00
|
|
|
2012-11-01 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
* Makefile.am (libquadmath_la_SOURCES): Add new math/* files.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* math/acoshq.c: Update comment.
|
|
|
|
* math/acosq.c: Ditto.
|
|
|
|
* math/asinhq.c: Ditto.
|
|
|
|
* math/asinq.c: Ditto.
|
|
|
|
* math/atan2q.c: Ditto.
|
|
|
|
* math/atanhq.c: Ditto.
|
|
|
|
* math/ceilq.c: Ditto.
|
|
|
|
* math/copysignq.c: Ditto.
|
|
|
|
* math/cosq.c: Ditto.
|
|
|
|
* math/coshq.c: Ditto.
|
|
|
|
* math/erfq.c: Ditto.
|
|
|
|
* math/fabsq.c: Ditto.
|
|
|
|
* math/finiteq.c: Ditto.
|
|
|
|
* math/floorq.c: Ditto.
|
|
|
|
* math/fmodq.c: Ditto.
|
|
|
|
* math/frexpq.c: Ditto.
|
|
|
|
* math/isnanq.c: Ditto.
|
|
|
|
* math/j0q.c: Ditto.
|
|
|
|
* math/j1q.c: Ditto.
|
|
|
|
* math/ldexpq.c: Ditto.
|
|
|
|
* math/llroundq.c: Ditto.
|
|
|
|
* math/log10q.c: Ditto.
|
|
|
|
* math/log1pq.c: Ditto.
|
|
|
|
* math/log2q.c: Ditto.
|
|
|
|
* math/logq.c: Ditto.
|
|
|
|
* math/lroundq.c: Ditto.
|
|
|
|
* math/modfq.c: Ditto.
|
|
|
|
* math/nextafterq.c: Ditto.
|
|
|
|
* math/powq.c: Ditto.
|
|
|
|
* math/rem_pio2q.c: Ditto.
|
|
|
|
* math/remainderq.c: Ditto.
|
|
|
|
* math/rintq.c: Ditto.
|
|
|
|
* math/roundq.c: Ditto.
|
|
|
|
* math/scalblnq.c: Ditto.
|
|
|
|
* math/scalbnq.c: Ditto.
|
|
|
|
* math/sincosq_kernel.c: Ditto.
|
|
|
|
* math/sinq.c: Ditto.
|
|
|
|
* math/tanq.c: Ditto.
|
|
|
|
* math/expq.c: Ditto.
|
|
|
|
(__expq_table, expq): Renamed local array from __expl_table.
|
|
|
|
* math/cosq_kernel.c (__quadmath_kernel_cosq): Fix sign handling.
|
|
|
|
* math/cacoshq.c: Changes from GLIBC; fix returned sign.
|
|
|
|
* math/casinhq.c: Changes from GLIBC to fix special-case.
|
|
|
|
* math/cbrtq.c: Use modified GLIBC version.
|
|
|
|
* math/complex.c (ccoshd, cexpq, clog10q, clogq, csinhq, csinq,
|
|
|
|
ctanhq, ctanq): Moved to separates files.
|
|
|
|
(mult_c128, div_c128): Removed no longer needed functions.
|
|
|
|
(cexpiq): Call sincosq instead of sinq and cosq.
|
|
|
|
(cosq): Call cosh(-re,im) instead of cosq/sinq/sinh/cosh.
|
|
|
|
* math/ccoshq.c (ccoshq): New file, moved from complex.c and
|
|
|
|
modified based on GLIBC.
|
|
|
|
* math/cexpq.c (cexp): Ditto.
|
|
|
|
* math/clog10q.c (clog10q): Ditto.
|
|
|
|
* math/clogq.c (clogq): Ditto.
|
|
|
|
* math/csinhq.c: Ditto.
|
|
|
|
* math/csinq.c: Ditto.
|
|
|
|
* math/csqrtq.c: Ditto.
|
|
|
|
* math/ctanhq.c: Ditto.
|
|
|
|
* math/ctanq.c: Ditto.
|
|
|
|
* math/fmaq.c (fmaq): Port TININESS_AFTER_ROUNDING handling
|
|
|
|
from GLIBC.
|
|
|
|
* math/ilogbq.c (ilogbq): Add errno = EDOM handling.
|
|
|
|
* math/isinf_nsq.c (__quadmath_isinf_nsq): New file, ported
|
|
|
|
from GLIBC.
|
|
|
|
* math/lgammaq.c (lgammaq): Add signgam handling.
|
|
|
|
* math/sinhq.c (sinhq): Fix sign handling.
|
|
|
|
* math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
|
|
|
|
* math/tgammaq.c (tgammaq): Ditto.
|
|
|
|
* math/x2y2m1q.c: New file.
|
|
|
|
* quadmath-imp.h (TININESS_AFTER_ROUNDING): New define.
|
|
|
|
(__quadmath_x2y2m1q, __quadmath_isinf_nsq): New prototypes.
|
|
|
|
|
2012-10-31 16:46:59 +01:00
|
|
|
2012-10-31 Tobias Burnus <burnus@net-b.de>
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
|
|
|
|
David S. Miller <davem@davemloft.net>
|
|
|
|
Ulrich Drepper <drepper@redhat.com>
|
|
|
|
Marek Polacek <polacek@redhat.com>:
|
|
|
|
Petr Baudis <pasky@suse.cz>
|
|
|
|
|
|
|
|
* math/complex.c (csqrtq): NaN and INF fixes.
|
|
|
|
* math/sqrtq.c (sqrt): NaN, INF and < 0 fixes.
|
|
|
|
* math/expm1q.c (expm1q): Changes from GLIBC. Use expq for
|
|
|
|
large parameters. Fix errno for boundary conditions.
|
|
|
|
* math/finiteq.c (finiteq): Add comment.
|
|
|
|
* math/fmaq.c (fmaq): Changes from GLIBC. Fix missing underflows
|
|
|
|
and bad results for some subnormal results. Fix sign of inexact
|
|
|
|
zero return. Fix sign of exact zero return.
|
|
|
|
Ensure additions are not scheduled after fetestexcept.
|
|
|
|
* math/jnq.c (jnq): Changes from GLIBC. Set up errno properly
|
|
|
|
for ynq. Fix jnq precision.
|
|
|
|
* math/nearbyintq.c (nearbyintq): Changes from GLIBC. Do not
|
|
|
|
manipulate bits before adding and subtracting TWO112[sx].
|
|
|
|
* math/rintq.c (rintq): Ditto.
|
|
|
|
* math/scalbnq.c (scalbnq): Changes from GLIBC. Fix integer
|
|
|
|
overflow.
|
|
|
|
|
2012-09-15 01:39:34 +02:00
|
|
|
2012-09-14 David Edelsohn <dje.gcc@gmail.com>
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2012-05-31 20:51:27 +02:00
|
|
|
2012-05-29 Benjamin Kosnik <bkoz@redhat.com>
|
|
|
|
|
|
|
|
PR libstdc++/51007
|
|
|
|
* configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
|
|
|
|
* configure: Regenerated.
|
2012-09-15 01:39:34 +02:00
|
|
|
|
2012-05-17 00:11:18 +02:00
|
|
|
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2011-11-21 20:22:35 +01:00
|
|
|
2011-11-21 Andreas Tobler <andreast@fgznet.ch>
|
|
|
|
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2011-11-07 23:03:51 +01:00
|
|
|
2011-11-07 Kai Tietz <ktietz@redhat.com>
|
|
|
|
|
|
|
|
PR target/51007
|
|
|
|
* quadmath-imp.h (ieee854_float128): Adjust
|
|
|
|
for ms-bitfield layout.
|
|
|
|
|
Move libgcc2 to toplevel libgcc
toplevel:
* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
* Makefile.in: Regenerate.
config:
* mh-interix (LIBGCC2_DEBUG_CFLAGS): Remove.
gcc:
* Makefile.in (LIBGCC2_DEBUG_CFLAGS LIBGCC2_CFLAGS)
(LIBGCC2_INCLUDES, TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA)
(LIB2FUNCS_STATIC_EXTRA, LIB2FUNCS_EXCLUDE, T, T_TARGET)
(INCLUDES_FOR_TARGET): Remove.
(LIBGCC2_CFLAGS): Don't export.
(LIB2FUNCS_ST, LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST, srcdirify):
Remove.
(libgcc-support): Remove $(LIB2ADD), $(LIB2ADD_ST) dependencies.
(libgcc.mvars): Likewise.
Don't emit LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE, LIB2ADD, LIB2ADD_ST,
LIB2_SIDITI_CONV_FUNCS, LIB2_DIVMOD_FUNCS, LIBGCC2_CFLAGS,
TARGET_LIBGCC2_CFLAGS.
Emit GTHREAD_FLAGS.
* libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: Move to ../libgcc.
* config/darwin-64.c: Move to ../libgcc/config.
* config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
config/udivmodsi4.c: Move to ../libgcc/config.
* config/gthr-posix.c: Move to ../libgcc/config/alpha.
* config/memcmp.c, config/memcpy.c, config/memmove.c,
config/memset.c: Move to ../libgcc/config.
* config/t-darwin (TARGET_LIBGCC2_CFLAGS): Remove.
* config/t-freebsd: Remove.
* config/t-freebsd-thread: Move to ../libgcc/config.
* config/t-libgcc-pic: Move to ../libgcc/config.
* config/t-libunwind (TARGET_LIBGCC2_CFLAGS): Remove.
* config/t-linux: Remove.
* config/t-lynx (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
Remove
* config/t-openbsd-thread: Move to ../libgcc/config.
* config/t-rtems (LIBGCC2_INCLUDES): Remove.
* config/t-sol2 (TARGET_LIBGCC2_CFLAGS): Remove.
* config/t-svr4: Remove.
* config/t-vxworks (LIBGCC, INSTALL_LIBGCC, TARGET_LIBGCC2_CFLAGS)
(LIBGCC2_DEBUG_CFLAGS, LIB2FUNCS_EXTRA, LIBGCC2_INCLUDES): Remove.
* config/vxlib.c, config/vxlib-tls.c: Move to ../libgcc/config.
* config/alpha/qrnnd.asm: Move to ../libgcc/config/alpha/qrnnd.S.
* config/alpha/t-alpha, config/alpha/t-ieee: Remove.
* config/alpha/t-vms (LIB2FUNCS_EXTRA, LIBGCC, INSTALL_LIBGCC):
Remove.
* config/alpha/vms-gcc_shell_handler.c: Move to ../libgcc/config/alpha.
* config/arm/bpabi.c, config/arm/unaligned-funcs.c,
config/arm/fp16.c, config/arm/linux-atomic.c,
config/arm/linux-atomic-64bit.c: Move to ../libgcc/config/arm.
* config/arm/t-arm-elf (LIBGCC, INSTALL_LIBGCC)
(TARGET_LIBGCC2_CFLAGS): Remove.
* config/arm/t-bpabi, config/arm/t-linux: Remove.
* config/arm/t-linux-eabi (TARGET_LIBGCC2_CFLAGS)
(LIB2FUNCS_STATIC_EXTRA): Remove.
* config/arm/t-netbsd: Remove.
* config/arm/t-strongarm-elf (LIBGCC, INSTALL_LIBGCC)
(TARGET_LIBGCC2_CFLAGS): Remove.
* config/arm/t-symbian (LIB2FUNCS_STATIC_EXTRA): Remove.
* config/arm/t-wince-pe (LIBGCC, INSTALL_LIBGCC)
(TARGET_LIBGCC2_CFLAGS): Remove.
* config/avr/t-avr (LIB2FUNCS_EXCLUDE, TARGET_LIBGCC2_CFLAGS)
(LIBGCC, INSTALL_LIBGCC): Remove.
* config/bfin/t-bfin-elf (TARGET_LIBGCC2_CFLAGS): Remove.
* config/bfin/t-bfin-linux: Likewise.
* config/bfin/t-bfin-uclinux: Likewise.
* config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
config/c6x/ltf.c: Move to ../libgcc/config/c6x.
* config/c6x/t-c6x-elf (LIB2FUNCS_EXCLUDE, LIB2FUNCS_EXTRA):
Remove.
* config/c6x/t-c6x-uclinux (TARGET_LIBGCC2_CFLAGS): Remove.
* config/cris/arit.c: Move to ../libgcc/config/cris.
* config/cris/cris_abi_symbol.c: Remove.
* config/cris/cris.h: Remove obsolete comment.
* config/cris/mulsi3.asm: Move to ../libgcc/config/cris/mulsi3.S.
* config/cris/t-cris (LIB2FUNCS_EXTRA, CRIS_LIB1CSRC)
($(LIB2FUNCS_EXTRA)): Remove.
* config/cris/t-elfmulti (LIB2FUNCS_STATIC_EXTRA, INSTALL_LIBGCC)
(LIBGCC): Remove.
* config/cris/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
* config/fr30/t-fr30: Remove.
* config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: Move
to ../libgcc/config/frv.
* config/frv/t-frv (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
(cmovh.c, cmovw.c, cmovd.c, modi.c, umodi.c, uitof.c, uitod.c)
(ulltof.c, LIBGCC, INSTALL_LIBGCC): Remove.
* config/frv/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
* config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
config/h8300/popcounthi2.c: Move to ../libgcc/config/h8300.
* config/h8300/t-h8300 (LIB2FUNCS_EXTRA, TARGET_LIBGCC2_CFLAGS)
(LIBGCC, INSTALL_LIBGCC): Remove.
* config/i386/gthr-win32.c: Move to ../libgcc/config/i386.
* config/i386/t-cygming (LIBGCC2_INCLUDES): Remove.
* config/i386/t-cygwin: Remove.
* config/i386/t-darwin (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
(LIB2FUNCS_EXCLUDE): Remove.
* config/i386/t-darwin64 (LIB2_SIDITI_CONV_FUNCS, LIB2FUNCS_EXTRA)
(LIBGCC, INSTALL_LIBGCC): Remove.
* config/i386/t-gthr-win32: Move to ../libgcc/config/i386.
* config/i386/t-linux64 (LIBGCC, INSTALL_LIBGCC): Remove.
* config/i386/t-mingw-w32: Likewise.
* config/i386/t-mingw-w64: Likewise.
* config/i386/t-openbsd: Likewise.
* config/i386/t-nto: Remove.
* config/ia64/quadlib.c: Move to ../libgcc/config/ia64.
* config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
(quadlib.c): Remove.
* config/ia64/t-ia64: Remove comment.
* config/iq2000/lib2extra-funcs.c: Move to
../libgcc/config/iq2000/lib2funcs.c.
* config/iq2000/t-iq2000: Remove.
* config/m32c/m32c-lib2.c: Move to ../libgcc/config/m32c/lib2funcs.c.
* config/m32c/m32c-lib2-trapv.c: Move to ../libgcc/config/m32c/trapv.c.
* config/m32r/t-linux (TARGET_LIBGCC2_CFLAGS): Remove.
* config/m32c/t-m32c (LIB2FUNCS_EXTRA): Remove.
* config/m32r/t-m32r (TARGET_LIBGCC2_CFLAGS, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/m68k/fpgnulib.c: Move to ../libgcc/config/m68k.
* config/m68k/t-floatlib: Remove.
* config/m68k/t-mlibs (LIBGCC, INSTALL_LIBGCC): Remove.
* config/mcore/t-mcore (TARGET_LIBGCC2_CFLAGS): Remove.
Fix typo.
(LIBGCC, INSTALL_LIBGCC): Remove.
* config/mep/mep-lib2.c: Move to ../libgcc/config/mep/lib2funcs.c.
* config/mep/mep-tramp.c: Move to ../libgcc/config/mep/tramp.c.
* config/mep/t-mep (LIB2FUNCS_EXTRA): Remove.
* config/mips/t-elf (TARGET_LIBGCC2_CFLAGS, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/mips/t-isa3264: Likewise.
* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Remove.
* config/mips/t-r3900 (TARGET_LIBGCC2_CFLAGS, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/mips/t-sde (LIBGCC, INSTALL_LIBGCC): Remove.
* config/mips/t-sr71k (TARGET_LIBGCC2_CFLAGS, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/mips/t-vr (TARGET_LIBGCC2_CFLAGS)
(LIB2FUNCS_STATIC_EXTRA): Remove.
* config/mips/vr4120-div.S: Move to ../libgcc/config/mips.
* config/mmix/t-mmix (TARGET_LIBGCC2_CFLAGS): Remove.
* config/mn10300/t-mn10300 (LIBGCC, INSTALL_LIBGCC): Remove.
* config/pa/fptr.c, config/pa/linux-atomic.c: Move to
../libgcc/config/pa.
* config/pa/lib2funcs.asm: Move to ../libgcc/config/pa/lib2funcs.S.
* config/pa/quadlib.c: Move to ../libgcc/config/pa.
* config/pa/t-dce-thr (LIBGCC, INSTALL_LIBGCC): Remove.
* config/pa/t-linux, config/pa/t-linux64: Remove.
* config/pa/t-pa-hpux, config/pa/t-pa-hpux10,
config/pa/t-pa-hpux11, config/pa/t-pa64: Remove.
* config/pdp11/t-pdp11 (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXTRA):
Remove.
* config/picochip/libgccExtras: Move to ../libgcc/config/picochip.
* config/picochip/t-picochip (LIB2FUNCS_EXTRA, RANLIB_FOR_TARGET)
(TARGET_LIBGCC2_CFLAGS, LIBGCC2_DEBUG_CFLAGS): Remove.
* config/rs6000/crtresfpr.asm: Move to
../libgcc/config/rs6000/crtresfpr.S.
* config/rs6000/crtresgpr.asm: Move to
../libgcc/config/rs6000/crtresgpr.S.
* config/rs6000/crtresxfpr.asm: Move to
../libgcc/config/rs6000/crtresxfpr.S.
* config/rs6000/crtresxgpr.asm: Move to
../libgcc/config/rs6000/crtresxgpr.S.
* config/rs6000/crtsavfpr.asm: Move to
../libgcc/config/rs6000/crtsavfpr.S.
* config/rs6000/crtsavgpr.asm: Move to
../libgcc/config/rs6000/crtsavgpr.S.
* config/rs6000/darwin-asm.h: Move to ../libgcc/config/rs6000.
* config/rs6000/darwin-fpsave.asm: Move to
../libgcc/config/rs6000/darwin-fpsave.S.
* config/rs6000/darwin-gpsave.asm: Move to
../libgcc/config/rs6000/darwin-gpsave.S.
* config/rs6000/darwin-tramp.asm: Move to
../libgcc/config/rs6000/darwin-tramp.S.
* config/rs6000/darwin-vecsave.asm: Move to
../libgcc/config/rs6000/darwin-vecsave.S.
* config/rs6000/darwin-world.asm: Move to
../libgcc/config/rs6000/darwin-world.S.
* config/rs6000/e500crtres32gpr.asm: Move to
../libgcc/config/rs6000/e500crtres32gpr.S.
* config/rs6000/e500crtres64gpr.asm: Move to
../libgcc/config/rs6000/e500crtres64gpr.S.
* config/rs6000/e500crtres64gprctr.asm: Move to
../libgcc/config/rs6000/e500crtres64gprctr.S.
* config/rs6000/e500crtrest32gpr.asm: Move to
../libgcc/config/rs6000/e500crtrest32gpr.S.
* config/rs6000/e500crtrest64gpr.asm: Move to
../libgcc/config/rs6000/e500crtrest64gpr.S.
* config/rs6000/e500crtresx32gpr.asm: Move to
../libgcc/config/rs6000/e500crtresx32gpr.S.
* config/rs6000/e500crtresx64gpr.asm: Move to
../libgcc/config/rs6000/e500crtresx64gpr.S.
* config/rs6000/e500crtsav32gpr.asm: Move to
../libgcc/config/rs6000/e500crtsav32gpr.S.
* config/rs6000/e500crtsav64gpr.asm: Move to
../libgcc/config/rs6000/e500crtsav64gpr.S.
* config/rs6000/e500crtsav64gprctr.asm: Move to
../libgcc/config/rs6000/e500crtsav64gprctr.S.
* config/rs6000/e500crtsavg32gpr.asm: Move to
../libgcc/config/rs6000/e500crtsavg32gpr.S.
* config/rs6000/e500crtsavg64gpr.asm: Move to
../libgcc/config/rs6000/e500crtsavg64gpr.S.
* config/rs6000/e500crtsavg64gprctr.asm: Move to
../libgcc/config/rs6000/e500crtsavg64gprctr.S.
* config/rs6000/eabi.asm: Move to ../libgcc/config/rs6000/eabi.S.
* config/rs6000/t-aix43 (LIBGCC, INSTALL_LIBGCC, LIB2FUNCS_EXTRA)
(TARGET_LIBGCC2_CFLAGS): Remove.
* config/rs6000/t-aix52: Likewise.
* config/rs6000/t-darwin: Remove.
* config/rs6000/t-darwin64 (LIB2_SIDITI_CONV_FUNCS)
(LIB2FUNCS_EXTRA): Remove.
* config/rs6000/t-fprules (LIBGCC, INSTALL_LIBGCC): Remove.
* config/rs6000/t-linux64 (TARGET_LIBGCC2_CFLAGS): Remove.
* config/rs6000/t-lynx (LIB2FUNCS_EXTRA, tramp.S, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/rs6000/t-netbsd (LIB2FUNCS_EXTRA)
(LIB2FUNCS_STATIC_EXTRA, tramp.S, crtsavfpr.S, crtresfpr.S)
(crtsavgpr.S, crtresgpr.S, crtresxfpr.S, crtresxgpr.S, LIBGCC)
(INSTALL_LIBGCC, $(T)crtsavfpr$(objext), $(T)crtresfpr$(objext))
(($(T)crtsavgpr$(objext), $(T)crtresgpr$(objext),
$(T)crtresxfpr$(objext), $(T)crtresxgpr$(objext)): Remove.
* config/rs6000/t-ppccomm (LIB2FUNCS_EXTRA)
(LIB2FUNCS_STATIC_EXTRA, eabi.S, tramp.S): Remove.
* config/rs6000/t-spe (LIBGCC, INSTALL_LIBGCC): Remove.
* config/rs6000/t-vxworks: Remove comment.
* config/rs6000/tramp.asm: Move to ../libgcc/config/rs6000/tramp.S.
* config/rx/t-rx (LIBGCC, INSTALL_LIBGCC): Remove.
* config/sh/linux-atomic.asm: Move to
../libgcc/config/sh/linux-atomic.S.
* config/sh/t-linux (LIB2FUNCS_EXTRA): Remove.
* config/sh/t-netbsd: Remove.
* config/sh/t-sh (TARGET_LIBGCC2_CFLAGS, LIBGCC, INSTALL_LIBGCC):
Remove.
* config/sparc/t-elf (LIBGCC, INSTALL_LIBGCC): Remove.
* config/sparc/t-leon: Likewise.
* config/sparc/t-leon3: Likewise.
* config/sparc/t-linux64: Likewise.
* config/sparc/t-netbsd64: Fix typo.
Remove comment.
* config/spu/divmodti4.c, config/spu/divv2df3.c,
config/spu/float_disf.c, config/spu/float_unsdidf.c,
config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
config/spu/mfc_multi_tag_release.c,
config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
config/spu/multi3.c: Move to ../libgcc/config/spu.
* config/spu/t-spu-elf (TARGET_LIBGCC2_CFLAGS, LIB2FUNCS_EXCLUDE)
(LIB2FUNCS_STATIC_EXTRA, LIB2_SIDITI_CONV_FUNCS, LIBGCC)
(INSTALL_LIBGCC): Remove.
* config/stormy16/stormy16-lib2.c: Move to
../libgcc/config/stormy16/lib2.c.
* config/stormy16/stormy16-lib2-ashlsi3.c: Move to
../libgcc/config/stormy16/ashlsi3.c.
* config/stormy16/stormy16-lib2-ashrsi3.c: Move to
../libgcc/config/stormy16/ashrsi3.c.
* config/stormy16/stormy16-lib2-clzhi2.c: Move to
../libgcc/config/stormy16/clzhi2.c.
* config/stormy16/stormy16-lib2-cmpsi2.c: Move to
../libgcc/config/stormy16/cmpsi2.c.
* config/stormy16/stormy16-lib2-ctzhi2.c: Move to
../libgcc/config/stormy16/ctzhi2.c.
* config/stormy16/stormy16-lib2-divsi3.c: Move to
../libgcc/config/stormy16/divsi3.c.
* config/stormy16/stormy16-lib2-ffshi2.c: Move to
../libgcc/config/stormy16/ffshi2.c.
* config/stormy16/stormy16-lib2-lshrsi3.c: Move to
../libgcc/config/stormy16/lshrsi3.c.
* config/stormy16/stormy16-lib2-modsi3.c: Move to
../libgcc/config/stormy16/modsi3.c.
* config/stormy16/stormy16-lib2-parityhi2.c: Move to
../libgcc/config/stormy16/parityhi2.c.
* config/stormy16/stormy16-lib2-popcounthi2.c: Move to
../libgcc/config/stormy16/popcounthi2.c.
* config/stormy16/stormy16-lib2-ucmpsi2.c: Move to
../libgcc/config/stormy16/ucmpsi2.c.
* config/stormy16/stormy16-lib2-udivmodsi4.c: Move to
../libgcc/config/stormy16/udivmodsi4.c.
* config/stormy16/stormy16-lib2-udivsi3.c: Move to
../libgcc/config/stormy16/udivsi3.c.
* config/stormy16/stormy16-lib2-umodsi3.c: Move to
../libgcc/config/stormy16/umodsi3.c.
* config/stormy16/t-stormy16: Move to ../libgcc/config/t-stormy16.
* config/v850/t-v850 (INSTALL_LIBGCC): Remove.
* config/xtensa/lib2funcs.S: Move to ../libgcc/config/xtensa.
* config/xtensa/t-elf: Remove.
* config/xtensa/t-xtensa (LIB2FUNCS_EXTRA): Remove.
* config.gcc (*-*-freebsd*): Remove t-freebsd, t-freebsd-thread
from tmake_file.
(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu,
*-*-gnu*, *-*-kopensolaris*-gnu): Remove t-linux from tmake_file.
(*-*-netbsd*): Remove t-libgcc-pic from tmake_file.
(*-*-openbsd*): Likewise.
Remove t-openbsd-thread for posix threads.
(alpha*-*-linux*): Remove alpha/t-alpha, alpha/t-ieee
from tmake_file.
(alpha*-*-freebsd*): Likewise.
(alpha*-*-netbsd*): Likewise.
(alpha*-*-openbsd*): Likewise.
(alpha64-dec-*vms*): Likewise.
(alpha*-dec-*vms*): Likewise.
(arm*-*-netbsdelf*): Remove arm/t-netbsd from tmake_file.
(arm*-*-linux*): Remove t-linux from tmake_file.
Remove arm/t-bpabi from tmake_file for arm*-*-linux-*eabi.
(arm*-*-uclinux*): Remove arm/t-bpabi from tmake_file for
arm*-*-uclinux*eabi.
(arm*-*-eabi*, arm*-*-symbianelf* ): Remove arm/t-bpabi from
tmake_file for arm*-*-eabi*.
(fr30-*-elf): Remove tmake_file.
(hppa*64*-*-linux*): Remove tmake_file.
(hppa*-*-linux*): Likewise.
(hppa[12]*-*-hpux10*): Remove pa/t-pa-hpux10, pa/t-pa-hpux from
tmake_file.
(hppa*64*-*-hpux11*): Remove pa/t-pa64, pa/t-pa-hpux from tmake_file.
(hppa[12]*-*-hpux11*): Remove pa/t-pa-hpux11, pa/t-pa-hpux from
tmake_file.
(i[34567]86-*-elf*): Remove tmake_file.
(x86_64-*-elf*): Likewise.
(i[34567]86-*-nto-qnx*): Likewise.
(i[34567]86-*-cygwin*): Remove i386/t-cygwin from tmake_file.
(i[34567]86-*-mingw*, x86_64-*-mingw*): Remove i386/t-gthr-win32
from tmake_file if using win32 threads.
(iq2000*-*-elf*): Remove tmake-file.
(microblaze*-linux*): Likewise.
(sh-*-elf*, sh[12346l]*-*-elf*, sh-*-linux*)
(sh[2346lbe]*-*-linux*, sh-*-netbsdelf*, shl*-*-netbsdelf*)
(sh5-*-netbsd*, sh5l*-*-netbsd*, sh64-*-netbsd*)
(sh64l*-*-netbsd*): Remove sh/t-netbsd from tmake_file for
sh5*-*-netbsd*, sh64*-netbsd*, *-*-netbsd.
(xtensa*-*-elf*): Remove tmake_file.
gcc/po:
* EXCLUDES (config/vxlib.c, gbl-ctors.h, libgcc2.c, libgcc2.h)
(longlong.h): Remove.
libgcc:
* configure.ac: Include ../config/picflag.m4.
(GCC_PICFLAG): Call it.
Substitute.
* configure: Regenerate.
* Makefile.in (gcc_srcdir): Remove.
(LIBGCC2_DEBUG_CFLAGS, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES)
(HOST_LIBGCC2_CFLAGS, PICFLAG, LIB2FUNCS_ST, LIB2FUNCS_EXCLUDE)
(LIB2_DIVMOD_FUNCS, LIB2ADD, LIB2ADD_ST): Set.
($(lib2funcs-o), $(lib2funcs-s-o), $(lib2-divmod-o))
($(lib2-divmod-s-o)): Use $(srcdir) to refer to libgcc2.c.
Use $<.
Remove comment.
* libgcc2.c, libgcc2.h, gbl-ctors.h, longlong.h: New files.
* siditi-object.mk ($o$(objext), $(o)_s$(objext)): Use $(srcdir)
to refer to libgcc2.c.
Use $<.
* config/darwin-64.c: New file.
* config/darwin-crt3.c: Remove comment.
* config/divmod.c, config/floatunsidf.c, config/floatunsisf.c,
config/floatunsitf.c, config/floatunsixf.c, config/udivmod.c,
config/udivmodsi4.c: New files.
* config/memcmp.c, config/memcpy.c, config/memmove.c,
config/memset.c: New files.
* config/t-crtstuff-pic (CRTSTUFF_T_CFLAGS_S): Use $(PICFLAG).
* config/t-darwin (HOST_LIBGCC2_CFLAGS): Set.
* config/t-freebsd-thread, config/t-libgcc-pic: New files.
* config/t-libunwind (HOST_LIBGCC2_CFLAGS): Set.
* config/t-openbsd-thread: New file.
* config/t-sol2 (HOST_LIBGCC2_CFLAGS): Remove.
* config/t-vxworks, config/vxlib-tls.c, config/vxlib.c: New files.
* config/alpha/gthr-posix.c, config/alpha/qrnnd.S: New files.
* config/alpha/t-alpha (LIB2ADD): Use $(srcdir) to refer to
qrnnd.S.
Adapt filename.
* config/alpha/t-osf-pthread (LIB2ADD): Use $(srcdir)/config/alpha
to refer to gthr-posix.c.
* config/alpha/t-vms (LIB2ADD): Set.
* config/alpha/vms-gcc_shell_handler.c: New file.
* config/arm/bpabi.c, config/arm/fp16.c,
config/arm/linux-atomic.c, config/arm/linux-atomic-64bit.c,
config/arm/unaligned-funcs.c: New files.
* config/arm/t-bpabi (LIB2ADD, LIB2ADD_ST): Set.
* config/arm/t-elf (HOST_LIBGCC2_CFLAGS): Set.
* config/arm/t-linux: Likewise.
* config/arm/t-linux-eabi (LIB2ADD_ST): Add.
* config/arm/t-netbsd: New file.
* config/arm/t-strongarm-elf (HOST_LIBGCC2_CFLAGS): Set.
* config/arm/t-symbian (LIB2ADD_ST): Set.
* config/avr/t-avr (LIB2FUNCS_EXCLUDE, HOST_LIBGCC2_CFLAGS): Set.
* config/bfin/t-crtstuff (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/bfin/t-elf: New file.
* config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
config/c6x/ltf.c: New files.
* config/c6x/t-elf (LIB2FUNCS_EXCLUDE, LIB2ADD)
(HOST_LIBGCC2_CFLAGS): Set.
* config/c6x/t-uclinux (HOST_LIBGCC2_CFLAGS): Set.
(CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/cris/arit.c, config/cris/mulsi3.S, config/cris/t-cris:
New files.
* config/cris/t-elfmulti (LIB2ADD_ST): Set.
* config/cris/t-linux (HOST_LIBGCC2_CFLAGS): Remove.
* config/frv/cmovd.c, config/frv/cmovh.c, config/frv/cmovw.c,
config/frv/modi.c, config/frv/uitod.c, config/frv/uitof.c,
config/frv/ulltod.c, config/frv/ulltof.c, config/frv/umodi.c: New
files.
* config/frv/t-frv (LIB2ADD): Set.
* config/frv/t-linux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/h8300/clzhi2.c, config/h8300/ctzhi2.c,
config/h8300/fixunssfsi.c, config/h8300/parityhi2.c,
config/h8300/popcounthi2.c: New files.
* config/h8300/t-h8300 (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
* config/i386/gthr-win32.c: New file.
* config/i386/t-cygming (LIBGCC2_INCLUDES): Set.
* config/i386/t-cygwin: Likewise.
* config/i386/t-darwin, config/i386/t-darwin64,
config/i386/t-gthr-win32, config/i386/t-interix: New files.
* config/i386/t-nto (HOST_LIBGCC2_CFLAGS): Set.
(CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/i386/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/ia64/quadlib.c: New file.
* config/ia64/t-hpux (LIB2ADD): Set.
* config/ia64/t-ia64: Add comment.
* config/iq2000/lib2funcs.c, config/iq2000/t-iq2000: New files.
* config/lm32/t-uclinux (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
(HOST_LIBGCC2_CFLAGS): Append, remove -fPIC.
* config/m32c/lib2funcs.c, config/m32c/trapv.c: New files.
* config/m32c/t-m32c (LIB2ADD): Set.
* config/m32r/t-linux (HOST_LIBGCC2_CFLAGS): Set.
* config/m32r/t-m32r: Likewise.
* config/m68k/fpgnulib.c: New file.
* config/m68k/t-floatlib (LIB2ADD): Set.
(xfgnulib.c): New target.
* config/mcore/t-mcore (HOST_LIBGCC2_CFLAGS): Set.
* config/mep/lib2funcs.c, config/mep/tramp.c: New files.
* config/mep/t-mep (LIB2ADD): Set.
* config/microblaze/divsi3.asm: Rename to divsi3.S.
* config/microblaze/moddi3.asm: Rename to moddi3.S.
* config/microblaze/modsi3.asm: Rename to modsi3.S.
* config/microblaze/muldi3_hard.asm: Rename to hard.S.
* config/microblaze/mulsi3.asm: Rename to mulsi3.S.
* config/microblaze/stack_overflow_exit.asm: Rename to exit.S.
* config/microblaze/udivsi3.asm: Rename to udivsi3.S.
* config/microblaze/umodsi3.asm: Rename to umodsi3.S.
* config/microblaze/t-microblaze (LIB2ADD): Reflect this.
* config/mips/t-elf, config/mips/t-vr, config/mips/vr4120-div.S:
New files.
* config/mips/t-mips (LIB2_SIDITI_CONV_FUNCS): Set.
* config/mmix/t-mmix (HOST_LIBGCC2_CFLAGS): Set.
* config/pa/fptr.c, config/pa/lib2funcs.S,
config/pa/linux-atomic.c, config/pa/quadlib.c: New files.
* config/pa/t-linux (HOST_LIBGCC2_CFLAGS): Set.
(LIB2ADD, LIB2ADD_ST): Set.
* config/pa/t-hpux, config/pa/t-hpux10, config/pa/t-pa64: New files.
* config/pa/t-linux (HOST_LIBGCC2_CFLAGS, LIB2ADD, LIB2ADD_ST):
Set.
* config/pa/t-linux64 (LIB2ADD_ST, HOST_LIBGCC2_CFLAGS): Set.
* config/pdp11/t-pdp11: New file.
* config/picochip/libgccExtras/adddi3.S,
config/picochip/libgccExtras/ashlsi3.S,
config/picochip/libgccExtras/ashrsi3.S,
config/picochip/libgccExtras/clzsi2.S,
config/picochip/libgccExtras/cmpsi2.S,
config/picochip/libgccExtras/divmod15.S,
config/picochip/libgccExtras/divmodhi4.S,
config/picochip/libgccExtras/divmodsi4.S,
config/picochip/libgccExtras/lshrsi3.S,
config/picochip/libgccExtras/parityhi2.S,
config/picochip/libgccExtras/popcounthi2.S,
config/picochip/libgccExtras/subdi3.S,
config/picochip/libgccExtras/ucmpsi2.S,
config/picochip/libgccExtras/udivmodhi4.S,
config/picochip/libgccExtras/udivmodsi4.S: New files.
* config/picochip/t-picochip (LIB2ADD, HOST_LIBGCC2_CFLAGS)
(LIBGCC2_DEBUG_CFLAGS, RANLIB_FOR_TARGET): Set.
* config/rs6000/crtresfpr.S, config/rs6000/crtresgpr.S,
config/rs6000/crtresxfpr.S, config/rs6000/crtresxgpr.S,
config/rs6000/crtsavfpr.S, config/rs6000/crtsavgpr.S)
config/rs6000/darwin-asm.h, config/rs6000/darwin-fpsave.S,
config/rs6000/darwin-gpsave.S, config/rs6000/darwin-tramp.S,
config/rs6000/darwin-vecsave.S, config/rs6000/darwin-world.S: New
files.
* config/rs6000/t-darwin (LIB2ADD, LIB2ADD_ST)
(HOST_LIBGCC2_CFLAGS): Set.
* config/rs6000/t-darwin64: New file.
* config/rs6000/t-linux64 (HOST_LIBGCC2_CFLAGS): Set.
* config/rs6000/t-lynx, config/rs6000/t-netbsd: New files.
* config/rs6000/t-ppccomm (LIB2ADD): Add
$(srcdir)/config/rs6000/tramp.S.
(LIB2ADD_ST): Use $(srcdir)/config/rs6000 to refer to sources.
Add $(srcdir)/config/rs6000/eabi.S.
(crtsavfpr.S, crtresfpr.S, crtsavgpr.S, crtresgpr.S, crtresxfpr.S)
(crtresxgpr.S, e500crtres32gpr.S, e500crtres64gpr.S)
(e500crtres64gprctr.S, e500crtrest32gpr.S, e500crtrest64gpr.S)
(e500crtresx32gpr.S, e500crtresx64gpr.S, e500crtsav32gpr.S)
(e500crtsav64gpr.S, e500crtsav64gprctr.S, e500crtsavg32gpr.S)
(e500crtsavg64gpr.S, e500crtsavg64gprctr.S): Remove.
* config/rs6000/tramp.S: New file.
* config/s390/t-tpf: Remove.
* config/sh/linux-atomic.S: New file.
* config/sh/t-linux (LIB2ADD): Set.
(HOST_LIBGCC2_CFLAGS): Append, remove -fpic.
* config/sh/t-netbsd (LIB2ADD, HOST_LIBGCC2_CFLAGS): Set.
* config/sh/t-sh (unwind-dw2-Os-4-200.o): Use $(srcdir) to refer
to unwind-dw2.c.
(HOST_LIBGCC2_CFLAGS): Set.
* config/sparc/t-sol2 (CRTSTUFF_T_CFLAGS): Use $(PICFLAG).
* config/spu/divmodti4.c, config/spu/divv2df3.c,
config/spu/float_disf.c, config/spu/float_unsdidf.c,
config/spu/float_unsdisf.c, config/spu/float_unssidf.c,
config/spu/mfc_multi_tag_release.c,
config/spu/mfc_multi_tag_reserve.c, config/spu/mfc_tag_release.c,
config/spu/mfc_tag_reserve.c, config/spu/mfc_tag_table.c,
config/spu/multi3.c: New files.
* config/spu/t-elf (LIB2ADD, LIB2ADD_ST, LIB2_SIDITI_CONV_FUNCS)
(HOST_LIBGCC2_CFLAGS): Set.
* config/stormy16/ashlsi3.c, config/stormy16/ashrsi3.c,
config/stormy16/clzhi2.c, config/stormy16/cmpsi2.c,
config/stormy16/ctzhi2.c, config/stormy16/divsi3.c,
config/stormy16/ffshi2.c, config/stormy16/lib2.c,
config/stormy16/lshrsi3.c, config/stormy16/modsi3.c,
config/stormy16/parityhi2.c, config/stormy16/popcounthi2.c,
config/stormy16/t-stormy16, config/stormy16/ucmpsi2.c,
config/stormy16/udivmodsi4.c, config/stormy16/udivsi3.c,
config/stormy16/umodsi3.c: New files.
* config/xtensa/lib2funcs.S: New file.
* config/xtensa/t-elf (HOST_LIBGCC2_CFLAGS): Set.
* config/xtensa/t-xtensa (LIB2ADD): Set.
* config.host (*-*-darwin*): Add t-libgcc-pic to tmake_file.
(*-*-freebsd*): Add t-freebsd, t-libgcc-pic to tmake_file.
Add t-freebsd-thread to tmake_file for posix threads.
(*-*-linux*, frv-*-*linux*, *-*-kfreebsd*-gnu, *-*-knetbsd*-gnu)
(*-*-gnu*, *-*-kopensolaris*-gnu): Add t-libgcc-pic to tmake_file.
(*-*-lynxos*): Likewise.
(*-*-netbsd*): Likewise.
(*-*-openbsd*): Likewise.
Add t-openbsd-thread to tmake_file for posix threads.
(*-*-solaris2*): Add t-libgcc-pic to tmake_file.
(*-*-vxworks*): Set tmake_file.
(alpha*-*-linux*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
(alpha*-*-freebsd*): Likewise.
(alpha*-*-netbsd*): Likewise.
(alpha*-*-openbsd*): Likewise.
(alpha*-dec-osf5.1*): Remove qrnnd.o, gthr-posix.o from extra_parts.
(alpha64-dec-*vms*): Add alpha/t-alpha, alpha/t-ieee to tmake_file.
(alpha*-dec-*vms*): Likewise.
(arm*-*-netbsdelf*): Add arm/t-netbsd to tmake_file.
(bfin*-elf*): Add bfin/t-elf to tmake_file.
(bfin*-uclinux*): Likewise.
(bfin*-linux-uclibc*): Likewise.
(crisv32-*-elf): Add cris/t-cris to tmake_file.
(crisv32-*-none): Likewise.
(cris-*-elf): Likewise.
(cris-*-none): Likewise.
(cris-*-linux*, crisv32-*-linux*): Likewise.
(hppa[12]*-*-hpux10*): Add pa/t-hpux pa/t-hpux10, t-libgcc-pic to
tmake_file.
(hppa*64*-*-hpux11*): Add pa/t-hpux, pa/t-pa64, t-libgcc-pic to
tmake_file.
(hppa[12]*-*-hpux11*): Add pa/t-hpux, t-libgcc-pic to tmake_file.
(i[34567]86-*-elf*): Add t-libgcc-pic to tmake_file.
(x86_64-*-elf*): Likewise.
(i[34567]86-*-nto-qnx*): Likewise.
(i[34567]86-*-mingw*): Add i386/t-gthr-win32 to tmake_file for
win32 threads.
(x86_64-*-mingw*): Likewise.
(i[34567]86-*-interix3*): Add i386/t-interix to tmake_file.
(lm32-*-uclinux*): Add t-libgcc-pic to tmake_file.
(mipsisa32-*-elf*, mipsisa32el-*-elf*, mipsisa32r2-*-elf*)
(mipsisa32r2el-*-elf*, mipsisa64-*-elf*, mipsisa64el-*-elf*)
(mipsisa64r2-*-elf*, mipsisa64r2el-*-elf*): Add mips/t-elf to
tmake_file.
(mipsisa64sr71k-*-elf*): Likewise.
(mipsisa64sb1-*-elf*, mipsisa64sb1el-*-elf*): Likewise.
(mips-*-elf*, mipsel-*-elf*): Likewise.
(mips64-*-elf*, mips64el-*-elf*): Likewise.
(mips64orion-*-elf*, mips64orionel-*-elf*): Likewise.
(mips*-*-rtems*): Likewise.
(mips64vr-*-elf*, mips64vrel-*-elf*): Add mips/t-elf, mips/t-vr
to tmake_file.
(pdp11-*-*): Add pdp11/t-pdp11 to tmake_file.
(powerpc64-*-darwin*): Add rs6000/t-darwin64 to tmake_file.
(s390x-ibm-tpf*): Add t-libgcc-pic to tmake_file.
(spu-*-elf*): Likewise.
(tic6x-*-uclinux): Add t-libgcc-pic to tmake_file.
libquadmath:
* printf/gmp-impl.h: Adapt path to longlong.h.
From-SVN: r180774
2011-11-02 16:23:48 +01:00
|
|
|
2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
* printf/gmp-impl.h: Adapt path to longlong.h.
|
|
|
|
|
2011-09-21 16:36:03 +02:00
|
|
|
2011-09-21 Joseph Myers <joseph@codesourcery.com>
|
|
|
|
|
|
|
|
* Makefile.am (FLAGS_TO_PASS): Define.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2011-08-01 10:55:33 +02:00
|
|
|
2011-08-01 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* math/rem_pio2q.c (__quadmath_kernel_rem_pio2): Fix up fq to y
|
|
|
|
conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
|
|
|
|
|
2011-04-03 20:45:16 +02:00
|
|
|
2011-04-03 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/48311
|
|
|
|
* libquadmath.texi (strtoflt128): Fix typo.
|
|
|
|
(quadmath_snprintf): Move note up, make @item.
|
|
|
|
|
2011-03-25 21:12:37 +01:00
|
|
|
2011-03-25 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* printf/printf_fp.c (__quadmath_printf_fp): Use memcpy instead of
|
|
|
|
mempcpy.
|
|
|
|
|
2011-03-21 13:24:17 +01:00
|
|
|
2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
PR bootstrap/48135
|
|
|
|
* configure.ac (quadmath_use_symver): Handle --disable-symvers.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2011-02-28 21:31:46 +01:00
|
|
|
2011-02-28 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* printf/quadmath-printf.c (quadmath_snprintf): Make sure
|
|
|
|
that for size > 0 str is always zero terminated.
|
|
|
|
|
2011-02-20 22:59:28 +01:00
|
|
|
2011-02-20 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
PR bootstrap/47827
|
|
|
|
* printf/quadmath-printf.h (NAN): Redefine to __builtin_nanf ("").
|
|
|
|
|
libquadmath.texi (FLT128_DIG, [...]): Document.
* 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.
From-SVN: r170254
2011-02-17 20:57:18 +01:00
|
|
|
2011-02-17 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2011-02-16 14:54:30 +01:00
|
|
|
2011-02-16 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* printf/quadmath-printf.c: Also check __GLIBC__ when checking
|
|
|
|
whether workarounds for printf hook handling should be added.
|
|
|
|
|
|
|
|
* configure.ac: Check for locale.h too.
|
|
|
|
(USE_LOCALE_SUPPORT): Remove check.
|
|
|
|
(USE_NL_LANGINFO, USE_NL_LANGINFO_WC, USE_LOCALECONV): New checks.
|
|
|
|
(USE_I18_NUMBER_H): Check also for _NL_CTYPE_MB_CUR_MAX.
|
|
|
|
* printf/printf_fphex.c (__quadmath_printf_fphex): Use nl_langinfo
|
|
|
|
or localeconv for narrow version and nl_langinfo if USE_NL_LANGINFO_WC
|
|
|
|
for wide version.
|
|
|
|
* printf/quadmath-printf.h: Include locale.h if HAVE_LOCALE_H.
|
|
|
|
* printf/printf_fp.c (USE_I18N_NUMBER_H): Don't define to 0.
|
|
|
|
(__quadmath_printf_fp): Use nl_langinfo or localeconv for narrow
|
|
|
|
version and nl_langinfo if USE_NL_LANGINFO_WC for wide version.
|
|
|
|
Guard nl_langinfo (_NL_CTYPE_MB_CUR_MAX) use with
|
|
|
|
USE_I18N_NUMBER_H #ifdef.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* config.h.in: Regenerated.
|
|
|
|
|
re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)
PR fortran/47642
* libquadmath.texi (quadmath_snprintf): Document.
(quadmath_flt128tostr): Remove.
* Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
* quadmath.h (quadmath_snprintf): New prototype.
(quadmath_flt128tostr): Remove.
* quadmath_weak.h (quadmath_snprintf): Add.
(quadmath_flt128tostr): Remove.
* configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
wctype.h, limits.h, ctype.h, printf.h, errno.h.
(AC_USE_SYSTEM_EXTENSIONS): Add.
(HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
* quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
quadmath_flt128tostr.
* printf/printf_fphex.c: New file.
* printf/_itowa.h: New file.
* printf/mul_n.c: New file.
* printf/quadmath-printf.h: New file.
* printf/submul_1.c: New file.
* printf/quadmath-printf.c: New file.
* printf/gmp-impl.h: New file.
* printf/lshift.c: New file.
* printf/fpioconst.h: New file.
* printf/add_n.c: New file.
* printf/cmp.c: New file.
* printf/sub_n.c: New file.
* printf/mul.c: New file.
* printf/divrem.c: New file.
* printf/addmul_1.c: New file.
* printf/printf_fp.c: New file.
* printf/_itoa.h: New file.
* printf/fpioconst.c: New file.
* printf/_i18n_number.h: New file.
* printf/flt1282mpn.c: New file.
* printf/rshift.c: New file.
* printf/mul_1.c: New file.
* quadmath_io.c: Removed.
* gdtoa/gdtoa.c: Removed.
* gdtoa/g__fmt.c: Removed.
* gdtoa/g_Qfmt.c: Removed.
* gdtoa/dmisc.c: Removed.
* gdtoa/ulp.c: Removed.
* config.h.in: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.
* io/write_float.def (DTOAQ): Use quadmath_snprintf instead of
quadmath_flt128tostr.
* io/transfer128.c (tmp2): Initialize to quadmath_snprintf instead
of quadmath_flt128tostr.
From-SVN: r170135
2011-02-14 16:34:44 +01:00
|
|
|
2011-02-14 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
2011-02-14 19:49:07 +01:00
|
|
|
PR bootstrap/47736
|
|
|
|
* configure.ac (HAVE_PRINTF_HOOKS): Test if printf_info struct has
|
|
|
|
user field.
|
|
|
|
* printf/quadmath-printf.c (quadmath_snprintf): Clear whole info
|
|
|
|
field instead of setting individual fields to 0. Don't set info.user
|
|
|
|
to -1.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2011-02-14 17:40:38 +01:00
|
|
|
* configure.ac (HAVE_HIDDEN_VISIBILITY): Test with -Werror in CFLAGS.
|
|
|
|
* printf/printf_fp.c: Don't include <alloca.h>.
|
|
|
|
* printf/quadmath-printf.h (_itoa): Redefine to __quadmath_itoa.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
re PR fortran/47642 (real(kind=16) - libquadmath - segfault on amd64 FreeBSD)
PR fortran/47642
* libquadmath.texi (quadmath_snprintf): Document.
(quadmath_flt128tostr): Remove.
* Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
* quadmath.h (quadmath_snprintf): New prototype.
(quadmath_flt128tostr): Remove.
* quadmath_weak.h (quadmath_snprintf): Add.
(quadmath_flt128tostr): Remove.
* configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
wctype.h, limits.h, ctype.h, printf.h, errno.h.
(AC_USE_SYSTEM_EXTENSIONS): Add.
(HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
* quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
quadmath_flt128tostr.
* printf/printf_fphex.c: New file.
* printf/_itowa.h: New file.
* printf/mul_n.c: New file.
* printf/quadmath-printf.h: New file.
* printf/submul_1.c: New file.
* printf/quadmath-printf.c: New file.
* printf/gmp-impl.h: New file.
* printf/lshift.c: New file.
* printf/fpioconst.h: New file.
* printf/add_n.c: New file.
* printf/cmp.c: New file.
* printf/sub_n.c: New file.
* printf/mul.c: New file.
* printf/divrem.c: New file.
* printf/addmul_1.c: New file.
* printf/printf_fp.c: New file.
* printf/_itoa.h: New file.
* printf/fpioconst.c: New file.
* printf/_i18n_number.h: New file.
* printf/flt1282mpn.c: New file.
* printf/rshift.c: New file.
* printf/mul_1.c: New file.
* quadmath_io.c: Removed.
* gdtoa/gdtoa.c: Removed.
* gdtoa/g__fmt.c: Removed.
* gdtoa/g_Qfmt.c: Removed.
* gdtoa/dmisc.c: Removed.
* gdtoa/ulp.c: Removed.
* config.h.in: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.
* io/write_float.def (DTOAQ): Use quadmath_snprintf instead of
quadmath_flt128tostr.
* io/transfer128.c (tmp2): Initialize to quadmath_snprintf instead
of quadmath_flt128tostr.
From-SVN: r170135
2011-02-14 16:34:44 +01:00
|
|
|
PR fortran/47642
|
|
|
|
* libquadmath.texi (quadmath_snprintf): Document.
|
|
|
|
(quadmath_flt128tostr): Remove.
|
|
|
|
* Makefile.am (libquadmath_la_SOURCES): Add printf/*.c.
|
|
|
|
Remove quadmath_io.c, gdtoa/gdtoa.c, gdtoa/g__fmt.c,
|
|
|
|
gdtoa/g_Qfmt.c, gdtoa/dmisc.c and gdtoa/ulp.c.
|
|
|
|
* quadmath.h (quadmath_snprintf): New prototype.
|
|
|
|
(quadmath_flt128tostr): Remove.
|
|
|
|
* quadmath_weak.h (quadmath_snprintf): Add.
|
|
|
|
(quadmath_flt128tostr): Remove.
|
|
|
|
* configure.ac: New AC_CHECK_HEADERS headers: langinfo.h, wchar.h,
|
|
|
|
wctype.h, limits.h, ctype.h, printf.h, errno.h.
|
|
|
|
(AC_USE_SYSTEM_EXTENSIONS): Add.
|
|
|
|
(HAVE_HIDDEN_VISIBILITY, HAVE_PRINTF_HOOKS,
|
|
|
|
USE_LOCALE_SUPPORT, USE_I18N_NUMBER_H): New checks.
|
|
|
|
* quadmath.map (QUADMATH_1.0): Add quadmath_snprintf. Remove
|
|
|
|
quadmath_flt128tostr.
|
|
|
|
* printf/printf_fphex.c: New file.
|
|
|
|
* printf/_itowa.h: New file.
|
|
|
|
* printf/mul_n.c: New file.
|
|
|
|
* printf/quadmath-printf.h: New file.
|
|
|
|
* printf/submul_1.c: New file.
|
|
|
|
* printf/quadmath-printf.c: New file.
|
|
|
|
* printf/gmp-impl.h: New file.
|
|
|
|
* printf/lshift.c: New file.
|
|
|
|
* printf/fpioconst.h: New file.
|
|
|
|
* printf/add_n.c: New file.
|
|
|
|
* printf/cmp.c: New file.
|
|
|
|
* printf/sub_n.c: New file.
|
|
|
|
* printf/mul.c: New file.
|
|
|
|
* printf/divrem.c: New file.
|
|
|
|
* printf/addmul_1.c: New file.
|
|
|
|
* printf/printf_fp.c: New file.
|
|
|
|
* printf/_itoa.h: New file.
|
|
|
|
* printf/fpioconst.c: New file.
|
|
|
|
* printf/_i18n_number.h: New file.
|
|
|
|
* printf/flt1282mpn.c: New file.
|
|
|
|
* printf/rshift.c: New file.
|
|
|
|
* printf/mul_1.c: New file.
|
|
|
|
* quadmath_io.c: Removed.
|
|
|
|
* gdtoa/gdtoa.c: Removed.
|
|
|
|
* gdtoa/g__fmt.c: Removed.
|
|
|
|
* gdtoa/g_Qfmt.c: Removed.
|
|
|
|
* gdtoa/dmisc.c: Removed.
|
|
|
|
* gdtoa/ulp.c: Removed.
|
|
|
|
* config.h.in: Regenerated.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
2011-02-13 12:45:53 +01:00
|
|
|
2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* aclocal.m4: Likewise.
|
|
|
|
* configure: Likewise.
|
|
|
|
|
2011-02-01 03:29:18 +01:00
|
|
|
2011-01-31 Jerry DeLisle <jvdelisle@gcc.gnu.org>
|
|
|
|
|
|
|
|
PR libquadmath/47293
|
|
|
|
* gdtoa/qd_qnan.h: Fix NAN bit patterns.
|
|
|
|
* gdtoa/strtopQ.c (strtoflt128): Handle endianess with NAN.
|
|
|
|
|
2011-01-17 20:03:28 +01:00
|
|
|
2011-01-17 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/47295
|
|
|
|
* libquadmath.text: Document typedef and constants.
|
|
|
|
|
2011-01-17 10:14:41 +01:00
|
|
|
2011-01-17 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46817
|
|
|
|
* quadmath-imp.h: Refer to libquadmath not ot libiberty,
|
|
|
|
bump copyright year and use /**/ instead of // comments.
|
|
|
|
* quadmath.h: Ditto.
|
|
|
|
* quadmath-weak.h: Ditto.
|
|
|
|
* quadmath_io.c: Ditto.
|
|
|
|
|
2011-01-16 17:40:05 +01:00
|
|
|
2011-01-16 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
2011-01-16 21:48:24 +01:00
|
|
|
PR libfortran/47322
|
|
|
|
* math/remquoq.c (remquoq): Use uint64_t type instead of u_int64_t.
|
|
|
|
|
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
|
|
|
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.
|
|
|
|
|
2011-01-16 17:48:59 +01:00
|
|
|
* quadmath.h (__quadmath_throw, __quadmath_nth): Define.
|
|
|
|
Use it for all prototypes.
|
|
|
|
|
re PR fortran/46416 (libquadmath: missing functions)
PR fortran/46416
* quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
const from prototype argument.
(cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
(__quadmath_extern_inline): Define.
(cimagq, conjq, crealq): New inlines.
* Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
* Makefile.in: Regenerated.
* quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
* quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
(ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
tests instead of __BIG_ENDIAN__.
* quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
and remquoq.
* libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
* math/cprojq.c: New file.
* math/ilogbq.c: New file.
* math/fminq.c: New file.
* math/llrintq.c: New file.
* math/log2q.c: New file.
* math/lrintq.c: New file.
* math/crealq.c: New file.
* math/nearbyintq.c: New file.
* math/fmaxq.c: New file.
* math/conjq.c: New file.
* math/remquoq.c: New file.
* math/cimagq.c: New file.
* math/fdimq.c: New file.
* math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
From-SVN: r168854
2011-01-16 17:44:35 +01:00
|
|
|
PR fortran/46416
|
|
|
|
* quadmath.h (cbrtq, finiteq, isnanq, signbitq, sqrtq): Remove
|
|
|
|
const from prototype argument.
|
|
|
|
(cimagq, conjq, cprojq, crealq, fdimq, fmaxq, fminq, ilogbq,
|
|
|
|
llrintq, log2q, lrintq, nearbyintq, remquoq): New prototypes.
|
|
|
|
(__quadmath_extern_inline): Define.
|
|
|
|
(cimagq, conjq, crealq): New inlines.
|
|
|
|
* Makefile.am (libquadmath_la_SOURCES): Add math/cimagq.c,
|
|
|
|
math/conjq.c, math/cprojq.c, math/crealq.c, math/fdimq.c,
|
|
|
|
math/fmaxq.c, math/fminq.c, math/ilogbq.c, math/llrintq.c,
|
|
|
|
math/log2q.c, math/lrintq.c, math/nearbyintq.c and math/remquoq.c.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* quadmath_weak.h (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
|
|
|
|
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
|
|
|
|
* quadmath-imp.h (__LITTLE_ENDIAN__): Don't define.
|
|
|
|
(ieee854_float128): Use __BYTE_ORDER == __ORDER_BIG_ENDIAN__
|
|
|
|
tests instead of __BIG_ENDIAN__.
|
|
|
|
* quadmath.map (QUADMATH_1.0): Add cimagq, conjq, cprojq, crealq,
|
|
|
|
fdimq, fmaxq, fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq
|
|
|
|
and remquoq.
|
|
|
|
* libquadmath.texi (cimagq, conjq, cprojq, crealq, fdimq, fmaxq,
|
|
|
|
fminq, ilogbq, llrintq, log2q, lrintq, nearbyintq, remquoq): Add.
|
|
|
|
* math/cprojq.c: New file.
|
|
|
|
* math/ilogbq.c: New file.
|
|
|
|
* math/fminq.c: New file.
|
|
|
|
* math/llrintq.c: New file.
|
|
|
|
* math/log2q.c: New file.
|
|
|
|
* math/lrintq.c: New file.
|
|
|
|
* math/crealq.c: New file.
|
|
|
|
* math/nearbyintq.c: New file.
|
|
|
|
* math/fmaxq.c: New file.
|
|
|
|
* math/conjq.c: New file.
|
|
|
|
* math/remquoq.c: New file.
|
|
|
|
* math/cimagq.c: New file.
|
|
|
|
* math/fdimq.c: New file.
|
|
|
|
|
|
|
|
* math/ldexpq.c: Include errno.h. Set errno to ERANGE if needed.
|
|
|
|
|
re PR fortran/46416 (libquadmath: missing functions)
PR fortran/46416
* quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
New prototypes.
(M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
* quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
catanhq): Add.
* quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
* quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
catanq and catanhq.
* Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
and math/catanhq.c.
* Makefile.in: Regenerated.
* libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
catanq, catanhq): Add.
* math/cacoshq.c: New file.
* math/cacosq.c: New file.
* math/catanq.c: New file.
* math/catanhq.c: New file.
* math/casinq.c: New file.
* math/casinhq.c: New file.
* math/hypotq.c (hypotq): Use Q suffix instead of L.
* math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
* math/cosq.c (cosq): Likewise.
From-SVN: r168853
2011-01-16 17:42:37 +01:00
|
|
|
PR fortran/46416
|
|
|
|
* quadmath.h (cacosq, cacoshq, casinq, casinhq, catanq, catanhq):
|
|
|
|
New prototypes.
|
|
|
|
(M_Eq, M_LOG2Eq, M_LOG10Eq, M_LN2q, M_LN10q, M_PIq, M_PI_2q, M_PI_4q,
|
|
|
|
M_1_PIq, M_2_PIq, M_2_SQRTPIq, M_SQRT2q, M_SQRT1_2q): Define.
|
|
|
|
* quadmath_weak.h (cacosq, cacoshq, casinq, casinhq, catanq,
|
|
|
|
catanhq): Add.
|
|
|
|
* quadmath-imp.h (fpclassifyq, QUADFP_NAN, QUADFP_INFINITE,
|
|
|
|
QUADFP_ZERO, QUADFP_SUBNORMAL, QUADFP_NORMAL): Define.
|
|
|
|
* quadmath.map (QUADMATH_1.0): Add cacosq, cacoshq, casinq, casinhq,
|
|
|
|
catanq and catanhq.
|
|
|
|
* Makefile.am (libquadmath_la_SOURCES): Add math/cacosq.c,
|
|
|
|
math/cacoshq.c, math/casinq.c, math/casinhq.c, math/catanq.c
|
|
|
|
and math/catanhq.c.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* libquadmath.texi (cacosq, cacoshq, casinq, casinhq,
|
|
|
|
catanq, catanhq): Add.
|
|
|
|
* math/cacoshq.c: New file.
|
|
|
|
* math/cacosq.c: New file.
|
|
|
|
* math/catanq.c: New file.
|
|
|
|
* math/catanhq.c: New file.
|
|
|
|
* math/casinq.c: New file.
|
|
|
|
* math/casinhq.c: New file.
|
|
|
|
|
|
|
|
* math/hypotq.c (hypotq): Use Q suffix instead of L.
|
|
|
|
* math/atan2q.c (tiny, pi_o_4, pi_o_2, pi, pi_lo, atan2q): Likewise.
|
|
|
|
* math/cosq.c (cosq): Likewise.
|
|
|
|
|
2011-01-16 17:40:05 +01:00
|
|
|
PR fortran/46402
|
|
|
|
* quadmath.map (QUADMATH_1.0): Add fmaq.
|
|
|
|
* configure.ac: Check for fenv.h, feholdexcept, fesetround,
|
|
|
|
feupdateenv, fesetenv and fetestexcept.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* config.h.in: Regenerated.
|
|
|
|
* quadmath.h (fmaq): New prototype.
|
|
|
|
* quadmath_weak.h (fmaq): Add.
|
|
|
|
* Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
* quadmath-imp.h: Include config.h.
|
|
|
|
* math/expq.c: Include fenv.h.
|
|
|
|
(USE_FENV_H): Define if libm support for fe* is there.
|
|
|
|
(expq): Add fesetround etc. support if USE_FENV_H is defined.
|
|
|
|
* math/fmaq.c: New file.
|
|
|
|
* libquadmath.texi (fmaq): Add.
|
|
|
|
|
2011-01-14 08:18:54 +01:00
|
|
|
2011-01-14 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/47182
|
|
|
|
* configure.ac: Use ACX_BUGURL.
|
|
|
|
* libquadmath.texi: Include libquadmath-vers.texi for BUGURL.
|
|
|
|
* Makefile.am: Create libquadmath-vers.texi.
|
|
|
|
* configure.in: Regenerate.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2011-01-06 23:09:41 +01:00
|
|
|
2011-01-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
|
|
|
|
|
|
|
PR fortran/47174
|
|
|
|
* Makefile.am (libquadmath.info): Unconditionally override
|
|
|
|
target, not only if BUILD_LIBQUADMATH.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
* configure.ac (AM_INIT_AUTOMAKE): Add -Wno-override option to
|
|
|
|
avoid warning from automake.
|
|
|
|
|
2010-12-19 20:01:38 +01:00
|
|
|
2010-12-19 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46520
|
|
|
|
* configure.ac: Do not call AC_CHECK_LIB for gcc_no_link.
|
|
|
|
* configure: Regenerate
|
|
|
|
|
2010-12-13 20:44:38 +01:00
|
|
|
2010-12-13 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46625
|
|
|
|
* gdtoa/gdtoaimp.h: Mangle internal functions by
|
|
|
|
prefixing them with __quadmath. Don't use gdtoa's strcp(y).
|
|
|
|
* gdtoa/g_Qfmt.c (g_Qfmt): Use strcpy instead of strcp.
|
|
|
|
* gdtoa/misc.c (strcpy): Renamed from strcp and only use
|
|
|
|
if NO_STRING_H is set.
|
|
|
|
* quadmath-imp.h (__quadmath_rem_pio2q, __quadmath_kernel_sincosq
|
|
|
|
__quadmath_kernel_sinq, __quadmath_kernel_cosq): Added
|
|
|
|
__quadmath prefix to internal functions.
|
|
|
|
* math/cosq.c (cosq): Ditto.
|
|
|
|
* math/sinq.c (cosq): Ditto.
|
|
|
|
* math/tanq.c (tanq,__quadmath_kernel_tanq): Ditto.
|
|
|
|
* math/rem_pio2q.c (rem_pio2, __quadmath_kernel_rem_pio2): Ditto.
|
|
|
|
* math/sinq_kernel.c (__quadmath_kernel_sinq): Ditto.
|
|
|
|
* math/cosq_kernel.c (__quadmath_kernel_cosq): Ditto.
|
|
|
|
|
2010-12-08 23:35:52 +01:00
|
|
|
2010-12-08 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46772
|
|
|
|
* gdtoa/gdtoa.h: Include stdlib.h instead of declare strtod.
|
|
|
|
* gdtoa/gdtoaimp.h: Don't declare strtod.
|
|
|
|
|
2010-12-08 22:04:45 +01:00
|
|
|
2010-12-08 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46520
|
|
|
|
* configure.ac: Use GCC_TRY_COMPILE_OR_LINK instead of
|
|
|
|
AC_TRY_LINK and cache libquad_have_float128.
|
|
|
|
* configure: Regenerate.
|
|
|
|
|
2010-12-08 09:06:49 +01:00
|
|
|
2010-12-08 Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/46543
|
|
|
|
* configure.ac: Add texinfo checks.
|
|
|
|
* Makefile.am: Handle .texi documentation.
|
|
|
|
* libquadmath.texi: New.
|
|
|
|
* configure: Regenerated.
|
|
|
|
* Makefile.in: Regenerated.
|
|
|
|
|
2010-12-07 00:06:48 +01:00
|
|
|
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 01:50:04 +01:00
|
|
|
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 13:58:42 +01:00
|
|
|
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 07:07:54 +01:00
|
|
|
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 18:52:24 +01:00
|
|
|
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 13:13:13 +01:00
|
|
|
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 22:23:19 +01:00
|
|
|
2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
|
|
|
Tobias Burnus <burnus@net-b.de>
|
|
|
|
|
|
|
|
PR fortran/32049
|
|
|
|
Initial implementation and checkin.
|