m68k.h: Restore valid comment removed by mistake with the recent m68k comments cleanup.
authorBernardo Innocenti <bernie@develer.com>
Fri, 25 Jun 2004 05:05:16 +0000 (07:05 +0200)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Fri, 25 Jun 2004 05:05:16 +0000 (07:05 +0200)
* config/m68k/m68k.h: Restore valid comment removed by mistake with
the recent m68k comments cleanup.

From-SVN: r83637

gcc/ChangeLog
gcc/config/m68k/m68k.h

index 2b7060922381ff1befe7bcd84ed47bf8a3236dc0..c0ea1b7dea60b0934b60f2a16543464b21e24bdb 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-25  Bernardo Innocenti  <bernie@develer.com>
+
+       * config/m68k/m68k.h: Restore valid comment removed by mistake with
+       the recent m68k comments cleanup.
+
 2004-06-24  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.
index 17a69dddc330d7d51e7aea7cfd30c4d76b7b3ecb..cb2ec13d97e370f933a4028d44f298dbd42dac3f 100644 (file)
@@ -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