This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[m68k,obvious] Restore m68k-specific comment removed by overzealouscleanup


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]