PR target/35088
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 13:41:44 +0000 (13:41 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Feb 2008 13:41:44 +0000 (13:41 +0000)
* config/m68k/m68k.h (DWARF_CIE_DATA_ALIGNMENT): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132341 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e781a13..a82c143 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 862f7ca..d5d8983 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'.  */