[multiple changes]
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 23 Feb 2006 08:58:22 +0000 (09:58 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 23 Feb 2006 08:58:22 +0000 (09:58 +0100)
commited965309dad6553ada999c70724c57817ac1eb36
tree88bb99ad558cf709fbf8381f220ed61566198f97
parent29b1a829ad808af23cf04ddded483b3c42fe37b4
[multiple changes]

2006-02-23  Jakub Jelinek  <jakub@redhat.com>

* configure.ac: Add --with{,out}-long-double-128 configure option.
(TARGET_DEFAULT_LONG_DOUBLE_128): New test.
* configure: Rebuilt.
* config.in: Rebuilt.
* doc/install.texi (Options specification): Document
--with-long-double-128.

* config/rs6000/linux.h [TARGET_DEFAULT_LONG_DOUBLE_128]
(RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.
* config/rs6000/linux64.h [TARGET_DEFAULT_LONG_DOUBLE_128]
(RS6000_DEFAULT_LONG_DOUBLE_SIZE): Define to 128.

2006-02-23  Aldy Hernandez  <aldyh@redhat.com>

* config/s390/s390.c (override_options): Handle
TARGET_DEFAULT_LONG_DOUBLE_128.

* config/alpha/alpha.c (override_options): Handle
TARGET_DEFAULT_LONG_DOUBLE_128.

* config/sparc/sparc.c (sparc_override_options): Handle
TARGET_DEFAULT_LONG_DOUBLE_128.

From-SVN: r111381
gcc/ChangeLog
gcc/config.in
gcc/config/alpha/alpha.c
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/s390/s390.c
gcc/config/sparc/sparc.c
gcc/configure
gcc/configure.ac
gcc/doc/install.texi