PERFORCE change 34390 for review
Peter Wemm
peter at FreeBSD.org
Fri Jul 11 20:15:12 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=34390
Change 34390 by peter at 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. */
More information about the p4-projects
mailing list