X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2Ffp-bit.h;h=5f9082cd301c458de2d0f23b510b5511d7aabc91;hb=eff1687c7f3b0d6e246579efea7f96c3bb283c57;hp=0f03f87ee1a769d85d9425d5f22ae6679dd72f7a;hpb=edc6a30550633a585b50968b701e1f99833589fc;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/fp-bit.h b/gcc/config/fp-bit.h index 0f03f87ee1a..5f9082cd301 100644 --- a/gcc/config/fp-bit.h +++ b/gcc/config/fp-bit.h @@ -108,9 +108,9 @@ typedef int TItype __attribute__ ((mode (TI))); #endif /* The type of the result of a floating point comparison. This must - match `word_mode' in GCC for the target. */ + match `__libgcc_cmp_return__' in GCC for the target. */ #ifndef CMPtype -typedef int CMPtype __attribute__ ((mode (word))); +typedef int CMPtype __attribute__ ((mode (__libgcc_cmp_return__))); #endif typedef unsigned int UHItype __attribute__ ((mode (HI)));