diff options
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 387d2717431..1781b75b34b 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -645,6 +645,8 @@ extern int prefer_neon_for_64bits; #define BIGGEST_ALIGNMENT (ARM_DOUBLEWORD_ALIGN ? DOUBLEWORD_ALIGNMENT : 32) +#define MALLOC_ABI_ALIGNMENT BIGGEST_ALIGNMENT + /* XXX Blah -- this macro is used directly by libobjc. Since it supports no vector modes, cut out the complexity and fall back on BIGGEST_FIELD_ALIGNMENT. */ |