aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@gcc.gnu.org>2009-10-07 09:16:18 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2009-10-07 09:16:18 +0000
commit5aaf09a20078fb0a30024a70ad797887e052eb2b (patch)
tree397b035a13acff6267c374ea8289eb0729480f2d
parent0027dbbc16a708504d06cb818ba9f9ae56738082 (diff)
I've accidently applied the following patch to the 4.3 release tag.releases/gcc-4.3.3
Reverting thusly. Sorry :( 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: r152522
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/s390/tpf.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 8ad1f09c82d..cc0678707b6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,8 +1,3 @@
-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-01-24 Release Manager
* GCC 4.3.3 released.
diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h
index 455c8ad92bc..5ffbd07f309 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_DFP | MASK_BACKCHAIN)
+ | MASK_HARD_FLOAT | MASK_BACKCHAIN)
/* Exception handling. */