Commit f32b0061 by Marcus Shawcroft Committed by Marcus Shawcroft

[AArch64] Fix sfp-machine.h _FP_I_TYPE.

2014-01-29  Marcus Shawcroft  <marcus.shawcroft@arm.com>

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

From-SVN: r207259
parent aef66c94
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> 2014-01-25 Walter Lee <walt@tilera.com>
* config/tilepro/atomic.c: Include tconfig.h. Don't include * config/tilepro/atomic.c: Include tconfig.h. Don't include
......
...@@ -26,7 +26,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -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_SIZE 64
#define _FP_W_TYPE unsigned long long #define _FP_W_TYPE unsigned long long
#define _FP_WS_TYPE signed 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 int TItype __attribute__ ((mode (TI)));
typedef unsigned int UTItype __attribute__ ((mode (TI))); typedef unsigned int UTItype __attribute__ ((mode (TI)));
......
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