Commit c18f0c26 by Ben Elliston Committed by Ben Elliston

* config/fp-bit.h (CMPtype): Typedef to a word mode integer.

From-SVN: r111823
parent 9fe2e733
2006-03-08 Ben Elliston <bje@au.ibm.com>
* config/fp-bit.h (CMPtype): Typedef to a word mode integer.
2006-03-07 Aldy Hernandez <aldyh@redhat.com>
PR gomp/26238
......
......@@ -107,9 +107,10 @@ typedef int DItype __attribute__ ((mode (DI)));
typedef int TItype __attribute__ ((mode (TI)));
#endif
/* The type of the result of a fp compare */
/* The type of the result of a floating point comparison. This must
match `word_mode' in GCC for the target. */
#ifndef CMPtype
#define CMPtype SItype
typedef int CMPtype __attribute__ ((mode (word)));
#endif
typedef unsigned int UHItype __attribute__ ((mode (HI)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment