]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sfp-machine.h (__gcc_CMPtype): New typedef.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 17 Apr 2009 12:12:51 +0000 (14:12 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 17 Apr 2009 12:12:51 +0000 (14:12 +0200)
* config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
(CMPtype): Define as __gcc_CMPtype.

From-SVN: r146255

gcc/ChangeLog
gcc/config/arm/sfp-machine.h

index ee5aeaf2dcffde1b80af8aabb918ae3823577d37..767ca08eb709b7afd236d90a26f053b700cef822 100644 (file)
@@ -1,3 +1,8 @@
+2009-04-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/arm/sfp-machine.h (__gcc_CMPtype): New typedef.
+       (CMPtype): Define as __gcc_CMPtype.
+
 2009-04-17  Aurelien Jarno  <aurelien@aurel32.net>
 
        * config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
index bc75737d73d2c577ad88a760468065901f0e9b19..4a456ae03a23c61b7d0a605cdd21a01162641836 100644 (file)
@@ -3,6 +3,11 @@
 #define _FP_WS_TYPE            signed long
 #define _FP_I_TYPE             long
 
+/* The type of the result of a floating point comparison.  This must
+   match `__libgcc_cmp_return__' in GCC for the target.  */
+typedef int __gcc_CMPtype __attribute__ ((mode (__libgcc_cmp_return__)));
+#define CMPtype __gcc_CMPtype
+
 #define _FP_MUL_MEAT_S(R,X,Y)                          \
   _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
 #define _FP_MUL_MEAT_D(R,X,Y)                          \