include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
Based on gcc's microblaze.h setting BIGGEST_ALIGNMENT to 32 bits. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
0f41be8d89
commit
e73f27003e
@ -15,7 +15,9 @@
|
|||||||
#define ABI_LLONG_ALIGNMENT 2
|
#define ABI_LLONG_ALIGNMENT 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(TARGET_I386) && !defined(TARGET_X86_64)) || defined(TARGET_SH4)
|
#if (defined(TARGET_I386) && !defined(TARGET_X86_64)) \
|
||||||
|
|| defined(TARGET_SH4) \
|
||||||
|
|| defined(TARGET_MICROBLAZE)
|
||||||
#define ABI_LLONG_ALIGNMENT 4
|
#define ABI_LLONG_ALIGNMENT 4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user