]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[AArch64] Fix sfp-machine.h _FP_I_TYPE.
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 15:45:20 +0000 (15:45 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 15:45:20 +0000 (15:45 +0000)
2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>

* config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
as long long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207259 138bc75d-0d04-0410-961f-82ee72b054a4

libgcc/ChangeLog
libgcc/config/aarch64/sfp-machine.h

index 845c8f4faac2776bb1cc9af48179d0f0e9548a77..fe0f74d9ef8e61fc224a563d4e63a6f2de7e316d 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * config/aarch64/sfp-machine.h (_FP_I_TYPE): Define
+       as long long.
+
 2014-01-25  Walter Lee  <walt@tilera.com>
 
        * config/tilepro/atomic.c: Include tconfig.h.  Don't include
index 61b5f720274370b334823ccc5f32d9838e5dd62d..ddb67fb1c2bea89693426c97b82087d45c76ddb2 100644 (file)
@@ -26,7 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #define _FP_W_TYPE_SIZE                64
 #define _FP_W_TYPE             unsigned long long
 #define _FP_WS_TYPE            signed long long
-#define _FP_I_TYPE             int
+#define _FP_I_TYPE             long long
 
 typedef int TItype __attribute__ ((mode (TI)));
 typedef unsigned int UTItype __attribute__ ((mode (TI)));