On 13/11/16 22:30, Eric Botcazou wrote:
> +/* The architecture reserves bits 0 and 1 so use bit 2 for descriptors.  */
> +#undef TARGET_CUSTOM_FUNCTION_DESCRIPTORS
> +#define TARGET_CUSTOM_FUNCTION_DESCRIPTORS 4

Doesn't this imply a minimum function alignment of 8? That's not guaranteed
on AArch64, at least -mcpu=exynos-m1 uses 4-byte alignment.

Wilco

Reply via email to