diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2009-10-07 08:40:32 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2009-10-07 08:40:32 +0000 |
commit | 4e7d730dfd3ae639afc56725b972be1dd6f79808 (patch) | |
tree | 2f38ba707637d518fd757ef3986bca6a11e08343 /gcc | |
parent | 81dd9fd79804a9114e7605dbd637ae5add4726a3 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/s390/tpf.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eb905bb..8015be9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 libgcc. * config/s390/fixdfdi.h: File removed. 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. */ |