From: Joseph Myers Date: Fri, 15 Feb 2008 13:41:44 +0000 (+0000) Subject: re PR target/35088 (ICE: in def_cfa_1, at dwarf2out.c:804) X-Git-Tag: releases/gcc-4.3.0~147 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=206598fbfcc25b0307ed5c66201853c2b3726c64;p=thirdparty%2Fgcc.git re PR target/35088 (ICE: in def_cfa_1, at dwarf2out.c:804) PR target/35088 * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define. From-SVN: r132341 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e781a13265ce..a82c143d3883 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-02-15 Joseph Myers + + PR target/35088 + * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define. + 2008-02-15 Jan Hubicka PR middle-end/35149 diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 862f7ca64024..d5d898326435 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'. */