diff options
author | Richard Guenther <rguenther@suse.de> | 2006-03-30 12:11:16 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2006-03-30 12:11:16 +0000 |
commit | 7d3a3b01c3f43635a798a0e03765aef9fdf17e9e (patch) | |
tree | 1f3a7815ffe634bd001cb95eeac2b85a5f17f19b /libgcc-math/ChangeLog | |
parent | 5cd88d6857dffe4f10c834c773c300881ec20e32 (diff) | |
download | gcc-7d3a3b01c3f43635a798a0e03765aef9fdf17e9e.tar.gz |
Makefile.am: Do not build dbl-64 variants.
2006-03-30 Richard Guenther <rguenther@suse.de>
* i386/Makefile.am: Do not build dbl-64 variants.
* i386/Makefile.in: Regenerate.
* dbl-64: Remove.
* config/i386/i386.c: Remove builtins for SSE2 ABI intrinsic
variants with double arguments.
* gcc.target/i386/sselibm-1.c: Adjust for libgcc-math partial
removal.
* gcc.target/i386/sselibm-2.c: Likewise.
* gcc.target/i386/sselibm-3.c: Likewise.
* gcc.target/i386/sselibm-4.c: Likewise.
* gcc.target/i386/sselibm-5.c: Likewise.
From-SVN: r112530
Diffstat (limited to 'libgcc-math/ChangeLog')
-rw-r--r-- | libgcc-math/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc-math/ChangeLog b/libgcc-math/ChangeLog index c2db3f9128d..414a95f9edd 100644 --- a/libgcc-math/ChangeLog +++ b/libgcc-math/ChangeLog @@ -1,3 +1,9 @@ +2006-03-30 Richard Guenther <rguenther@suse.de> + + * i386/Makefile.am: Do not build dbl-64 variants. + * i386/Makefile.in: Regenerate. + * dbl-64: Remove. + 2006-03-20 Richard Guenther <rguenther@suse.de> * README: New file. |