re PR target/35088 (ICE: in def_cfa_1, at dwarf2out.c:804)
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Feb 2008 13:41:44 +0000 (13:41 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 15 Feb 2008 13:41:44 +0000 (13:41 +0000)
PR target/35088
* config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.

From-SVN: r132341

gcc/ChangeLog
gcc/config/m68k/m68k.h

index e781a13265ce7f43e5d4cf2444a7e9dc9d57f0cf..a82c143d3883994430da97d3c8d7503701a9a9d0 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-15  Joseph Myers  <joseph@codesourcery.com>
+
+       PR target/35088
+       * config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.
+
 2008-02-15  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/35149
index 862f7ca640241c034933af18e0a9b73417ed2c05..d5d898326435e24ba0989bbf927ed5fb1343aed9 100644 (file)
@@ -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'.  */