freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't set REAL_MODE_FORMAT for TFmode.
* config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't set REAL_MODE_FORMAT for TFmode. From-SVN: r86588
This commit is contained in:
parent
c34be55ec5
commit
bab2b22b66
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-08-25 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
|
||||
set REAL_MODE_FORMAT for TFmode.
|
||||
|
||||
2004-08-25 Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
* c-decl.c (grokparm): New function.
|
||||
|
|
|
@ -143,7 +143,5 @@ Boston, MA 02111-1307, USA. */
|
|||
if (!TARGET_64BIT) { \
|
||||
REAL_MODE_FORMAT (XFmode) \
|
||||
= &ieee_extended_intel_96_round_53_format; \
|
||||
REAL_MODE_FORMAT (TFmode) \
|
||||
= &ieee_extended_intel_96_round_53_format; \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Reference in a new issue