]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/config/i386/i386.c
real.c (struct real_format): Move to real.h.
[gcc.git] / gcc / config / i386 / i386.c
index f36206c6ab21d927ec2bc234f1168003ff3d95a6..252c724f2dec9f20a2f8d6bb449679d63cee11dd 100644 (file)
@@ -937,6 +937,11 @@ override_options ()
 
   int const pta_size = ARRAY_SIZE (processor_alias_table);
 
+  /* By default our XFmode is the 80-bit extended format.  If we have
+     use TFmode instead, it's also the 80-bit format, but with padding.  */
+  real_format_for_mode[XFmode - QFmode] = &ieee_extended_intel_96_format;
+  real_format_for_mode[TFmode - QFmode] = &ieee_extended_intel_128_format;
+
 #ifdef SUBTARGET_OVERRIDE_OPTIONS
   SUBTARGET_OVERRIDE_OPTIONS;
 #endif
This page took 0.047778 seconds and 5 git commands to generate.