2006-02-23 Jakub Jelinek <jakub@redhat.com>
commit2dde0cc6a6036301a92f5dfd1698d15e8bbcc821
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2006 08:58:22 +0000 (23 08:58 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2006 08:58:22 +0000 (23 08:58 +0000)
tree88bb99ad558cf709fbf8381f220ed61566198f97
parentfb94de662dd3cf8fc6260ba9ea995b332347531a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111381 138bc75d-0d04-0410-961f-82ee72b054a4
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