From: Anatoly Sokolov Date: Mon, 3 Sep 2007 20:35:10 +0000 (+0400) Subject: re PR target/28902 (Fix for "alingment of XXX is greater than maximum object alignmen... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93976860d0239acf537aa3cd902f69e7b708d95d;p=platform%2Fupstream%2Fgcc.git re PR target/28902 (Fix for "alingment of XXX is greater than maximum object alignment" on AVR) PR target/28902 * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define. From-SVN: r128059 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d12d5d..82dabe4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-03 Anatoly Sokolov + + PR target/28902 + * config/avr/avr.h (TARGET_VTABLE_ENTRY_ALIGN): Define. + 2007-09-03 Zack Weinberg * optabs.c (expand_ffs): Initialize val and defined_at_zero diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 7736dfc..362987a 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -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