[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
This commit is contained in:
parent
aef66c94a0
commit
f32b006110
@ -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
|
||||
|
@ -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)));
|
||||
|
Loading…
Reference in New Issue
Block a user