diff options
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 862f7ca..d5d8983 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -316,6 +316,8 @@ along with GCC; see the file COPYING3. If not see #define STRICT_ALIGNMENT (TARGET_STRICT_ALIGNMENT) #define M68K_HONOR_TARGET_STRICT_ALIGNMENT 1 +#define DWARF_CIE_DATA_ALIGNMENT -2 + #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32) /* Define these to avoid dependence on meaning of `int'. */ |