Commit 206598fb by Joseph Myers Committed by Joseph Myers

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
parent cdab4033
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> 2008-02-15 Jan Hubicka <jh@suse.cz>
PR middle-end/35149 PR middle-end/35149
......
...@@ -316,6 +316,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -316,6 +316,8 @@ along with GCC; see the file COPYING3. If not see
#define STRICT_ALIGNMENT (TARGET_STRICT_ALIGNMENT) #define STRICT_ALIGNMENT (TARGET_STRICT_ALIGNMENT)
#define M68K_HONOR_TARGET_STRICT_ALIGNMENT 1 #define M68K_HONOR_TARGET_STRICT_ALIGNMENT 1
#define DWARF_CIE_DATA_ALIGNMENT -2
#define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32) #define INT_TYPE_SIZE (TARGET_SHORT ? 16 : 32)
/* Define these to avoid dependence on meaning of `int'. */ /* Define these to avoid dependence on meaning of `int'. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment