]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
Makefile.def (target_modules): Add libgcc-math target module.
authorRichard Guenther <rguenther@suse.de>
Tue, 31 Jan 2006 11:56:46 +0000 (11:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 31 Jan 2006 11:56:46 +0000 (11:56 +0000)
commit0058967bb0b6d9395ceae3916f85ba7bcbfa3e8f
tree1bd09a73712c40d7c7750282692a1f094c832bba
parent842173466d766db080cbc9e837988e31b453d05f
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
106 files changed:
ChangeLog
Makefile.def
Makefile.in
configure
configure.in
gcc/ChangeLog
gcc/doc/install.texi
libgcc-math/ChangeLog [new file with mode: 0644]
libgcc-math/Makefile.am [new file with mode: 0644]
libgcc-math/Makefile.in [new file with mode: 0644]
libgcc-math/aclocal.m4 [new file with mode: 0644]
libgcc-math/configure [new file with mode: 0755]
libgcc-math/configure.ac [new file with mode: 0644]
libgcc-math/dbl-64/MathLib.h [new file with mode: 0644]
libgcc-math/dbl-64/asincos.tbl [new file with mode: 0644]
libgcc-math/dbl-64/atnat.h [new file with mode: 0644]
libgcc-math/dbl-64/atnat2.h [new file with mode: 0644]
libgcc-math/dbl-64/branred.c [new file with mode: 0644]
libgcc-math/dbl-64/branred.h [new file with mode: 0644]
libgcc-math/dbl-64/dla.h [new file with mode: 0644]
libgcc-math/dbl-64/doasin.c [new file with mode: 0644]
libgcc-math/dbl-64/doasin.h [new file with mode: 0644]
libgcc-math/dbl-64/dosincos.c [new file with mode: 0644]
libgcc-math/dbl-64/dosincos.h [new file with mode: 0644]
libgcc-math/dbl-64/e_asin.c [new file with mode: 0644]
libgcc-math/dbl-64/e_atan2.c [new file with mode: 0644]
libgcc-math/dbl-64/e_exp.c [new file with mode: 0644]
libgcc-math/dbl-64/e_log.c [new file with mode: 0644]
libgcc-math/dbl-64/e_log10.c [new file with mode: 0644]
libgcc-math/dbl-64/e_pow.c [new file with mode: 0644]
libgcc-math/dbl-64/e_rem_pio2.c [new file with mode: 0644]
libgcc-math/dbl-64/e_sqrt.c [new file with mode: 0644]
libgcc-math/dbl-64/halfulp.c [new file with mode: 0644]
libgcc-math/dbl-64/k_rem_pio2.c [new file with mode: 0644]
libgcc-math/dbl-64/mpa.c [new file with mode: 0644]
libgcc-math/dbl-64/mpa.h [new file with mode: 0644]
libgcc-math/dbl-64/mpa2.h [new file with mode: 0644]
libgcc-math/dbl-64/mpatan.c [new file with mode: 0644]
libgcc-math/dbl-64/mpatan.h [new file with mode: 0644]
libgcc-math/dbl-64/mpatan2.c [new file with mode: 0644]
libgcc-math/dbl-64/mpexp.c [new file with mode: 0644]
libgcc-math/dbl-64/mpexp.h [new file with mode: 0644]
libgcc-math/dbl-64/mplog.c [new file with mode: 0644]
libgcc-math/dbl-64/mplog.h [new file with mode: 0644]
libgcc-math/dbl-64/mpsqrt.c [new file with mode: 0644]
libgcc-math/dbl-64/mpsqrt.h [new file with mode: 0644]
libgcc-math/dbl-64/mptan.c [new file with mode: 0644]
libgcc-math/dbl-64/mydefs.h [new file with mode: 0644]
libgcc-math/dbl-64/powtwo.tbl [new file with mode: 0644]
libgcc-math/dbl-64/root.tbl [new file with mode: 0644]
libgcc-math/dbl-64/s_atan.c [new file with mode: 0644]
libgcc-math/dbl-64/s_floor.c [new file with mode: 0644]
libgcc-math/dbl-64/s_isinf.c [new file with mode: 0644]
libgcc-math/dbl-64/s_scalbn.c [new file with mode: 0644]
libgcc-math/dbl-64/s_sin.c [new file with mode: 0644]
libgcc-math/dbl-64/s_tan.c [new file with mode: 0644]
libgcc-math/dbl-64/sincos.tbl [new file with mode: 0644]
libgcc-math/dbl-64/sincos32.c [new file with mode: 0644]
libgcc-math/dbl-64/sincos32.h [new file with mode: 0644]
libgcc-math/dbl-64/slowexp.c [new file with mode: 0644]
libgcc-math/dbl-64/slowpow.c [new file with mode: 0644]
libgcc-math/dbl-64/t_exp.c [new file with mode: 0644]
libgcc-math/dbl-64/t_exp2.h [new file with mode: 0644]
libgcc-math/dbl-64/uasncs.h [new file with mode: 0644]
libgcc-math/dbl-64/uatan.tbl [new file with mode: 0644]
libgcc-math/dbl-64/uexp.h [new file with mode: 0644]
libgcc-math/dbl-64/uexp.tbl [new file with mode: 0644]
libgcc-math/dbl-64/ulog.h [new file with mode: 0644]
libgcc-math/dbl-64/ulog.tbl [new file with mode: 0644]
libgcc-math/dbl-64/upow.h [new file with mode: 0644]
libgcc-math/dbl-64/upow.tbl [new file with mode: 0644]
libgcc-math/dbl-64/urem.h [new file with mode: 0644]
libgcc-math/dbl-64/uroot.h [new file with mode: 0644]
libgcc-math/dbl-64/usncs.h [new file with mode: 0644]
libgcc-math/dbl-64/utan.h [new file with mode: 0644]
libgcc-math/dbl-64/utan.tbl [new file with mode: 0644]
libgcc-math/flt-32/e_acosf.c [new file with mode: 0644]
libgcc-math/flt-32/e_asinf.c [new file with mode: 0644]
libgcc-math/flt-32/e_atan2f.c [new file with mode: 0644]
libgcc-math/flt-32/e_expf.c [new file with mode: 0644]
libgcc-math/flt-32/e_log10f.c [new file with mode: 0644]
libgcc-math/flt-32/e_logf.c [new file with mode: 0644]
libgcc-math/flt-32/e_powf.c [new file with mode: 0644]
libgcc-math/flt-32/e_rem_pio2f.c [new file with mode: 0644]
libgcc-math/flt-32/e_sqrtf.c [new file with mode: 0644]
libgcc-math/flt-32/k_cosf.c [new file with mode: 0644]
libgcc-math/flt-32/k_rem_pio2f.c [new file with mode: 0644]
libgcc-math/flt-32/k_sinf.c [new file with mode: 0644]
libgcc-math/flt-32/k_tanf.c [new file with mode: 0644]
libgcc-math/flt-32/s_atanf.c [new file with mode: 0644]
libgcc-math/flt-32/s_cosf.c [new file with mode: 0644]
libgcc-math/flt-32/s_floorf.c [new file with mode: 0644]
libgcc-math/flt-32/s_isinff.c [new file with mode: 0644]
libgcc-math/flt-32/s_scalbnf.c [new file with mode: 0644]
libgcc-math/flt-32/s_sinf.c [new file with mode: 0644]
libgcc-math/flt-32/s_tanf.c [new file with mode: 0644]
libgcc-math/flt-32/t_exp2f.h [new file with mode: 0644]
libgcc-math/i386/Makefile.am [new file with mode: 0644]
libgcc-math/i386/Makefile.in [new file with mode: 0644]
libgcc-math/i386/endian.h [new file with mode: 0644]
libgcc-math/i386/sse2.h [new file with mode: 0644]
libgcc-math/i386/sse2.map [new file with mode: 0644]
libgcc-math/include/ieee754.h [new file with mode: 0644]
libgcc-math/include/libc-symbols.h [new file with mode: 0644]
libgcc-math/include/math_private.h [new file with mode: 0644]
libgcc-math/libtool-version [new file with mode: 0644]