aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/freebsd.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7770a07..36363d1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h
index 348ec9d..0437400 100644
--- a/gcc/config/i386/freebsd.h
+++ b/gcc/config/i386/freebsd.h
@@ -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)