This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[m68k,obvious] Restore m68k-specific comment removed by overzealouscleanup
- From: Bernardo Innocenti <bernie at develer dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 25 Jun 2004 05:41:48 +0200
- Subject: [m68k,obvious] Restore m68k-specific comment removed by overzealouscleanup
- Organization: Develer S.r.l.
Committed as obvious.
2004-06-25 Bernardo Innocenti <bernie@develer.com>
* config/m68k/m68k.h: Restore valid comment removed by mistake with
the recent m68k comments cleanup.
Index: gcc/config/m68k/m68k.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/m68k.h,v
retrieving revision 1.115
diff -u -p -u -p -r1.115 m68k.h
--- gcc/config/m68k/m68k.h 16 Jun 2004 22:10:37 -0000 1.115
+++ gcc/config/m68k/m68k.h 25 Jun 2004 03:23:10 -0000
@@ -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
--
// Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/ http://www.develer.com/