]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/28902 (Fix for "alingment of XXX is greater than maximum object alignmen...
authorAnatoly Sokolov <aesok@post.ru>
Mon, 3 Sep 2007 21:03:50 +0000 (01:03 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 3 Sep 2007 21:03:50 +0000 (01:03 +0400)
PR target/28902
  * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define.

From-SVN: r128060

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

index 5dd29397e3b264fd3dd94e06b63457870edab262..5f7785a28e869e65dc0647af9d13835c05bf647d 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-01  Nick Clifton  <nickc@redhat.com>
 
        * COPYING3, COPYING3.LIB: New files.
index f7e1444d7fe86d0a16e6288966ce8eef51ab6043..df5bf3e7d82b8235094ebb2be3c189758c788aee 100644 (file)
@@ -95,6 +95,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