* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
authorBen Elliston <bje@au.ibm.com>
Mon, 6 Mar 2006 00:49:58 +0000 (00:49 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 6 Mar 2006 00:49:58 +0000 (11:49 +1100)
From-SVN: r111750

gcc/ChangeLog
gcc/config/dfp-bit.h

index 5499baa02894630b9da4a421a896b3ac2e380da2..7cffaeab914e6d3614ebd0e07f219ce5b7259740 100644 (file)
@@ -1,3 +1,7 @@
+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):
index 5f3a04ee3b802e157239db91af93638b32070e0d..c81e50f40540968c66ecef40120228d67307c5e8 100644 (file)
@@ -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.  */