From ade83c33bdb550eeaa645f9e170c0dc54940cb3f Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Fri, 25 Jun 2004 07:05:16 +0200 Subject: [PATCH] m68k.h: Restore valid comment removed by mistake with the recent m68k comments cleanup. * config/m68k/m68k.h: Restore valid comment removed by mistake with the recent m68k comments cleanup. From-SVN: r83637 --- gcc/ChangeLog | 5 +++++ gcc/config/m68k/m68k.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b706092238..c0ea1b7dea6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-25 Bernardo Innocenti + + * config/m68k/m68k.h: Restore valid comment removed by mistake with + the recent m68k comments cleanup. + 2004-06-24 Richard Kenner * c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add. diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 17a69dddc33..cb2ec13d97e 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -355,6 +355,10 @@ extern int target_flags; /* target machine storage layout */ #define LONG_DOUBLE_TYPE_SIZE 96 + +/* Set the value of FLT_EVAL_METHOD in float.h. When using 68040 fp + instructions, we get proper intermediate rounding, otherwise we + get extended precision results. */ #define TARGET_FLT_EVAL_METHOD ((TARGET_68040_ONLY || ! TARGET_68881) ? 0 : 2) #define BITS_BIG_ENDIAN 1