From: Andreas Krebbel Date: Wed, 7 Oct 2009 09:26:46 +0000 (+0000) Subject: tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP. X-Git-Tag: releases/gcc-4.3.5~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ffede6aca27fe399dc61d8ae6700aa19089429;p=thirdparty%2Fgcc.git tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP. 2009-10-07 Andreas Krebbel * config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP. From-SVN: r152523 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 42395156aa7e..d5b36a7ca5f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-07 Andreas Krebbel + + * config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and + add MASK_HARD_DFP. + 2009-09-30 Uros Bizjak PR target/22093 diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h index 5ffbd07f3096..455c8ad92bca 100644 --- a/gcc/config/s390/tpf.h +++ b/gcc/config/s390/tpf.h @@ -55,7 +55,7 @@ along with GCC; see the file COPYING3. If not see enable TPF profiling support and the standard backchain by default. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_TPF_PROFILING | MASK_64BIT | MASK_ZARCH \ - | MASK_HARD_FLOAT | MASK_BACKCHAIN) + | MASK_HARD_DFP | MASK_BACKCHAIN) /* Exception handling. */