Makefile.def (target_modules): Add libgcc-math target module.
2006-01-31 Richard Guenther <rguenther@suse.de> Paolo Bonzini <bonzini@gnu.org> * Makefile.def (target_modules): Add libgcc-math target module. * configure.in (target_libraries): Add libgcc-math target library. (--enable-libgcc-math): New configure switch. * Makefile.in: Re-generate. * configure: Re-generate. * libgcc-math: New toplevel directory. * doc/install.texi (--disable-libgcc-math): Document. libgcc-math/ * configure.ac: New file. * Makefile.am: Likewise. * configure: New generated file. * Makefile.in: Likewise. * aclocal.m4: Likewise. * libtool-version: New file. * include/ieee754.h: New file. * include/libc-symbols.h: Likewise. * include/math_private.h: Likewise. * i386/Makefile.am: New file. * i386/Makefile.in: New generated file. * i386/sse2.h: New file. * i386/endian.h: Likewise. * i386/sse2.map: Linker script for SSE2 ABI math intrinsics. * flt-32/: Import from glibc. * dbl-64/: Likewise. Co-Authored-By: Paolo Bonzini <bonzini@gnu.org> From-SVN: r110434
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgcc-math/ChangeLog
0 → 100644
libgcc-math/Makefile.am
0 → 100644
libgcc-math/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/aclocal.m4
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/configure
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgcc-math/configure.ac
0 → 100644
libgcc-math/dbl-64/MathLib.h
0 → 100644
libgcc-math/dbl-64/asincos.tbl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgcc-math/dbl-64/atnat.h
0 → 100644
libgcc-math/dbl-64/atnat2.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/branred.c
0 → 100644
libgcc-math/dbl-64/branred.h
0 → 100644
libgcc-math/dbl-64/dla.h
0 → 100644
libgcc-math/dbl-64/doasin.c
0 → 100644
libgcc-math/dbl-64/doasin.h
0 → 100644
libgcc-math/dbl-64/dosincos.c
0 → 100644
libgcc-math/dbl-64/dosincos.h
0 → 100644
libgcc-math/dbl-64/e_asin.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/e_atan2.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/e_exp.c
0 → 100644
libgcc-math/dbl-64/e_log.c
0 → 100644
libgcc-math/dbl-64/e_log10.c
0 → 100644
libgcc-math/dbl-64/e_pow.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/e_rem_pio2.c
0 → 100644
libgcc-math/dbl-64/e_sqrt.c
0 → 100644
libgcc-math/dbl-64/halfulp.c
0 → 100644
libgcc-math/dbl-64/k_rem_pio2.c
0 → 100644
libgcc-math/dbl-64/mpa.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/mpa.h
0 → 100644
libgcc-math/dbl-64/mpa2.h
0 → 100644
libgcc-math/dbl-64/mpatan.c
0 → 100644
libgcc-math/dbl-64/mpatan.h
0 → 100644
libgcc-math/dbl-64/mpatan2.c
0 → 100644
libgcc-math/dbl-64/mpexp.c
0 → 100644
libgcc-math/dbl-64/mpexp.h
0 → 100644
libgcc-math/dbl-64/mplog.c
0 → 100644
libgcc-math/dbl-64/mplog.h
0 → 100644
libgcc-math/dbl-64/mpsqrt.c
0 → 100644
libgcc-math/dbl-64/mpsqrt.h
0 → 100644
libgcc-math/dbl-64/mptan.c
0 → 100644
libgcc-math/dbl-64/mydefs.h
0 → 100644
libgcc-math/dbl-64/powtwo.tbl
0 → 100644
libgcc-math/dbl-64/root.tbl
0 → 100644
libgcc-math/dbl-64/s_atan.c
0 → 100644
libgcc-math/dbl-64/s_floor.c
0 → 100644
libgcc-math/dbl-64/s_isinf.c
0 → 100644
libgcc-math/dbl-64/s_scalbn.c
0 → 100644
libgcc-math/dbl-64/s_sin.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/s_tan.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/sincos.tbl
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/sincos32.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/sincos32.h
0 → 100644
libgcc-math/dbl-64/slowexp.c
0 → 100644
libgcc-math/dbl-64/slowpow.c
0 → 100644
libgcc-math/dbl-64/t_exp.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/t_exp2.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/uasncs.h
0 → 100644
libgcc-math/dbl-64/uatan.tbl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgcc-math/dbl-64/uexp.h
0 → 100644
libgcc-math/dbl-64/uexp.tbl
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/ulog.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/ulog.tbl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgcc-math/dbl-64/upow.h
0 → 100644
libgcc-math/dbl-64/upow.tbl
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgcc-math/dbl-64/urem.h
0 → 100644
libgcc-math/dbl-64/uroot.h
0 → 100644
libgcc-math/dbl-64/usncs.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/utan.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/dbl-64/utan.tbl
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_acosf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_asinf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_atan2f.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_expf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_log10f.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_logf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_powf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_rem_pio2f.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/e_sqrtf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/k_cosf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/k_rem_pio2f.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/k_sinf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/k_tanf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_atanf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_cosf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_floorf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_isinff.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_scalbnf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_sinf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/s_tanf.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/flt-32/t_exp2f.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/i386/Makefile.am
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/i386/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/i386/endian.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/i386/sse2.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/i386/sse2.map
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/include/ieee754.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/include/libc-symbols.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/include/math_private.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgcc-math/libtool-version
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment