abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:09:33 +0000 (19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:09:33 +0000 (19:09 +0100)
The ARM EABI specifies that 64 bit integers should be
8 aligned; remove our incorrect setting of 4 alignment.
This has no actual effect since it only set the alignment
for the 'abi_ullong' and 'abi_llong' types, which are used
only inside code which is MIPS-specific, but it will
avoid problems later if we use the types elsewhere.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/exec/user/abitypes.h

index 008501b8d8f7d5e627e4455b2ccb3f234a9cd369..80eedaccff858d17412b09beb5f7c731e7bfe625 100644 (file)
 #define ABI_LLONG_ALIGNMENT 2
 #endif
 
-#ifdef TARGET_ARM
-#define ABI_LLONG_ALIGNMENT 4
-#endif
-
 #ifndef ABI_SHORT_ALIGNMENT
 #define ABI_SHORT_ALIGNMENT 2
 #endif