]> gcc.gnu.org Git - gcc.git/commitdiff
tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Wed, 7 Oct 2009 08:40:32 +0000 (08:40 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 7 Oct 2009 08:40:32 +0000 (08:40 +0000)
2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and
add MASK_HARD_DFP.

From-SVN: r152516

gcc/ChangeLog
gcc/config/s390/tpf.h

index eb905bb54fcbad0dd9344855624a4f9d7aec75fc..8015be9133e8d4d53d4010ee58b71173c22c1942 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and
+       add MASK_HARD_DFP.
+
 2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * config.gcc: Don't include the makefile fragments intended for
index 5ffbd07f3096496ca63140e6a604359df43e55f5..455c8ad92bca0c67a55f3679b5f5e7bac402f478 100644 (file)
@@ -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.  */
 
This page took 0.118232 seconds and 5 git commands to generate.