Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2003 20:15:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34390 for review
Message-ID:  <200307120315.h6C3F9m1095801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34390

Change 34390 by peter@peter_hammer on 2003/07/11 20:14:17

	Ok, nobody said quick and dirty hacks needed to be pretty

Affected files ...

.. //depot/projects/hammer/contrib/gcc/config/i386/freebsd.h#7 edit

Differences ...

==== //depot/projects/hammer/contrib/gcc/config/i386/freebsd.h#7 (text+ko) ====

@@ -127,11 +127,11 @@
 /* FreeBSD sets the rounding precision of the FPU to 53 bits.  Let the
    compiler get the contents of <float.h> and std::numeric_limits correct.  */
 #define SUBTARGET_OVERRIDE_OPTIONS			\
-  do {							\
+  do {	if (!TARGET_64BIT) {				\
     real_format_for_mode[XFmode - QFmode]		\
       = &ieee_extended_intel_96_round_53_format;	\
     real_format_for_mode[TFmode - QFmode]		\
-      = &ieee_extended_intel_96_round_53_format;	\
+      = &ieee_extended_intel_96_round_53_format; }	\
   } while (0)
 
 /* Tell final.c that we don't need a label passed to mcount.  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307120315.h6C3F9m1095801>