diff options
Diffstat (limited to 'gnu/gcc/gcc/config/mips/mips.h')
-rw-r--r-- | gnu/gcc/gcc/config/mips/mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/mips/mips.h b/gnu/gcc/gcc/config/mips/mips.h index f1080fc05d7..4d7884a8e4b 100644 --- a/gnu/gcc/gcc/config/mips/mips.h +++ b/gnu/gcc/gcc/config/mips/mips.h @@ -1128,6 +1128,8 @@ extern const struct mips_rtx_cost_data *mips_cost; || TREE_CODE (TYPE) == UNION_TYPE \ || TREE_CODE (TYPE) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) +/* Make local arrays of chars word-aligned for the same reasons. */ +#define LOCAL_ALIGNMENT(TYPE, ALIGN) DATA_ALIGNMENT (TYPE, ALIGN) #define PAD_VARARGS_DOWN \ (FUNCTION_ARG_PADDING (TYPE_MODE (type), type) == downward) |