summaryrefslogtreecommitdiffstats
path: root/include/exec/user/abitypes.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-09-10 19:09:33 +0100
committerPeter Maydell <peter.maydell@linaro.org>2013-09-10 19:09:33 +0100
commit4d017979aa1672b40ccc083daf455f8740eead82 (patch)
treeb7418ab4828cadd647ade359fbf92fe584e324c7 /include/exec/user/abitypes.h
parent031c44e4deedbd7829703654e381ca0b18e78a12 (diff)
downloadhqemu-4d017979aa1672b40ccc083daf455f8740eead82.zip
hqemu-4d017979aa1672b40ccc083daf455f8740eead82.tar.gz
abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT
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>
Diffstat (limited to 'include/exec/user/abitypes.h')
-rw-r--r--include/exec/user/abitypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exec/user/abitypes.h b/include/exec/user/abitypes.h
index 008501b..80eedac 100644
--- a/include/exec/user/abitypes.h
+++ b/include/exec/user/abitypes.h
@@ -14,10 +14,6 @@
#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
OpenPOWER on IntegriCloud