diff options
author | Richard Guenther <rguenther@suse.de> | 2006-05-22 15:04:32 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-05-22 15:04:32 +0000 |
commit | c31202cd265d9bbd6433391d6d87af57e2aa2800 (patch) | |
tree | d188d5ad7cfc930d6c731160323f6e64c6aa315e /gcc | |
parent | 9714c911929ffe8952e5bc2fe7b37ab2c76fa060 (diff) | |
download | gcc-c31202cd265d9bbd6433391d6d87af57e2aa2800.zip gcc-c31202cd265d9bbd6433391d6d87af57e2aa2800.tar.gz gcc-c31202cd265d9bbd6433391d6d87af57e2aa2800.tar.bz2 |
revert: Makefile.def (target_modules): Add libgcc-math target module.
2006-05-22 Richard Guenther <rguenther@suse.de>
Revert
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.
From-SVN: r113980
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2595b06..c45afb9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,14 @@ Revert 2006-01-31 Richard Guenther <rguenther@suse.de> + Paolo Bonzini <bonzini@gnu.org> + + * doc/install.texi (--disable-libgcc-math): Document. + +2006-05-22 Richard Guenther <rguenther@suse.de> + + Revert + 2006-01-31 Richard Guenther <rguenther@suse.de> * doc/invoke.texi (-msselibm): Document. * target.h (expand_library_builtin): New target hook. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 690dd36..8e83c24 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1114,10 +1114,6 @@ do a @samp{make -C gcc gnatlib_and_tools}. Specify that the run-time libraries for stack smashing protection should not be built. -@item --disable-libgcc-math -Specify that the run-time libraries for arch and gcc specific math -functions should not be built. - @item --disable-libgomp Specify that the run-time libraries used by GOMP should not be built. |