re PR target/28902 (Fix for "alingment of XXX is greater than maximum object alignmen...
authorAnatoly Sokolov <aesok@post.ru>
Mon, 3 Sep 2007 20:35:10 +0000 (00:35 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 3 Sep 2007 20:35:10 +0000 (00:35 +0400)
PR target/28902
  * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define.

From-SVN: r128059

gcc/ChangeLog
gcc/config/avr/avr.h

index 1d12d5d..82dabe4 100644 (file)
@@ -1,3 +1,8 @@
+2007-09-03  Anatoly Sokolov <aesok@post.ru>
+
+       PR target/28902
+       * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define.
+
 2007-09-03  Zack Weinberg  <zack@codesourcery.com>
 
        * optabs.c (expand_ffs): Initialize val and defined_at_zero
index 7736dfc..362987a 100644 (file)
@@ -99,6 +99,7 @@ extern GTY(()) section *progmem_section;
 /* No data type wants to be aligned rounder than this.  */
 #define BIGGEST_ALIGNMENT 8
 
+#define TARGET_VTABLE_ENTRY_ALIGN 8
 
 #define STRICT_ALIGNMENT 0