Skip to content

Commit

Permalink
2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
Browse files Browse the repository at this point in the history
	* config/s390/tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and
	add MASK_HARD_DFP.



git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152516 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
krebbel committed Oct 7, 2009
1 parent e38fe73 commit 316c2d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gcc/config/s390/tpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit 316c2d6

Please sign in to comment.