aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
diff options
context:
space:
mode:
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>2009-10-07 08:40:32 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2009-10-07 08:40:32 +0000
commit4e7d730dfd3ae639afc56725b972be1dd6f79808 (patch)
tree2f38ba707637d518fd757ef3986bca6a11e08343 /gcc/config/s390
parent81dd9fd79804a9114e7605dbd637ae5add4726a3 (diff)
downloadgcc-4e7d730dfd3ae639afc56725b972be1dd6f79808.zip
gcc-4e7d730dfd3ae639afc56725b972be1dd6f79808.tar.gz
gcc-4e7d730dfd3ae639afc56725b972be1dd6f79808.tar.bz2
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
Diffstat (limited to 'gcc/config/s390')
-rw-r--r--gcc/config/s390/tpf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h
index 5ffbd07..455c8ad 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. */