public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Committed] S/390 TPF: Fix target default flags
@ 2009-10-07  9:15 Andreas Krebbel
  2009-10-07 12:25 ` Joseph S. Myers
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Krebbel @ 2009-10-07  9:15 UTC (permalink / raw)
  To: gcc-patches

Hi,

when the S/390 back-end options were moved to s390.opt we forgot to
adjust the tpf default flags accordingly.

Done with the attached patch.

Committed to 4.3, 4.4 and mainline.

Bye,

-Andreas-


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.


Index: gcc/config/s390/tpf.h
===================================================================
*** gcc/config/s390/tpf.h.orig	2009-10-05 16:48:41.000000000 +0200
--- gcc/config/s390/tpf.h	2009-10-06 09:34:01.000000000 +0200
*************** along with GCC; see the file COPYING3.  
*** 55,61 ****
     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)
  
  /* Exception handling.  */
  
--- 55,61 ----
     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)
  
  /* Exception handling.  */
  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-09 10:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-07  9:15 [Committed] S/390 TPF: Fix target default flags Andreas Krebbel
2009-10-07 12:25 ` Joseph S. Myers
2009-11-09 11:16   ` Andreas Krebbel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).