+2006-03-06 Ben Elliston <bje@au.ibm.com>
+
+ * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
+
2006-03-05 Kazu Hirata <kazu@codesourcery.com>
* tree-ssa-threadupdate.c (rediscover_loops_after_threading):
typedef unsigned int UDItype __attribute__ ((mode (DI)));
/* The type of the result of a decimal float comparison. This must
- match `word_mode' in GCC for the target. Default to SItype. */
+ match `word_mode' in GCC for the target. */
-#ifndef CMPtype
-#define CMPtype SItype
-#endif
+typedef int CMPtype __attribute__ ((mode (word)));
/* Prototypes. */