aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dfp-bit.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/dfp-bit.h')
-rw-r--r--gcc/config/dfp-bit.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/dfp-bit.h b/gcc/config/dfp-bit.h
index 5f3a04e..c81e50f 100644
--- a/gcc/config/dfp-bit.h
+++ b/gcc/config/dfp-bit.h
@@ -426,11 +426,9 @@ typedef unsigned int USItype __attribute__ ((mode (SI)));
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. */