Commit 4e7d730d by Andreas Krebbel Committed by Andreas Krebbel

tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.

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
parent 81dd9fd7
2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 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 * config.gcc: Don't include the makefile fragments intended for
libgcc. libgcc.
* config/s390/fixdfdi.h: File removed. * config/s390/fixdfdi.h: File removed.
...@@ -55,7 +55,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -55,7 +55,7 @@ along with GCC; see the file COPYING3. If not see
enable TPF profiling support and the standard backchain by default. */ enable TPF profiling support and the standard backchain by default. */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_TPF_PROFILING | MASK_64BIT | MASK_ZARCH \ #define TARGET_DEFAULT (MASK_TPF_PROFILING | MASK_64BIT | MASK_ZARCH \
| MASK_HARD_FLOAT | MASK_BACKCHAIN) | MASK_HARD_DFP | MASK_BACKCHAIN)
/* Exception handling. */ /* Exception handling. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment