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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110434 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- ChangeLog 10 additions, 0 deletionsChangeLog
- Makefile.def 1 addition, 0 deletionsMakefile.def
- Makefile.in 377 additions, 1 deletionMakefile.in
- configure 161 additions, 138 deletionsconfigure
- configure.in 16 additions, 0 deletionsconfigure.in
- gcc/ChangeLog 5 additions, 0 deletionsgcc/ChangeLog
- gcc/doc/install.texi 4 additions, 0 deletionsgcc/doc/install.texi
- libgcc-math/ChangeLog 20 additions, 0 deletionslibgcc-math/ChangeLog
- libgcc-math/Makefile.am 88 additions, 0 deletionslibgcc-math/Makefile.am
- libgcc-math/Makefile.in 760 additions, 0 deletionslibgcc-math/Makefile.in
- libgcc-math/aclocal.m4 940 additions, 0 deletionslibgcc-math/aclocal.m4
- libgcc-math/configure 5861 additions, 0 deletionslibgcc-math/configure
- libgcc-math/configure.ac 148 additions, 0 deletionslibgcc-math/configure.ac
- libgcc-math/dbl-64/MathLib.h 103 additions, 0 deletionslibgcc-math/dbl-64/MathLib.h
- libgcc-math/dbl-64/asincos.tbl 5169 additions, 0 deletionslibgcc-math/dbl-64/asincos.tbl
- libgcc-math/dbl-64/atnat.h 167 additions, 0 deletionslibgcc-math/dbl-64/atnat.h
- libgcc-math/dbl-64/atnat2.h 185 additions, 0 deletionslibgcc-math/dbl-64/atnat2.h
- libgcc-math/dbl-64/branred.c 144 additions, 0 deletionslibgcc-math/dbl-64/branred.c
- libgcc-math/dbl-64/branred.h 80 additions, 0 deletionslibgcc-math/dbl-64/branred.h
- libgcc-math/dbl-64/dla.h 174 additions, 0 deletionslibgcc-math/dbl-64/dla.h
Loading
Please register or sign in to comment