Skip to content
Snippets Groups Projects
Commit e73f2700 authored by Richard Henderson's avatar Richard Henderson
Browse files

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: default avatarRichard Henderson <richard.henderson@linaro.org>
parent 0f41be8d
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@
#define ABI_LLONG_ALIGNMENT 2
#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
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment