From: Anatoly Sokolov Date: Mon, 3 Sep 2007 21:03:50 +0000 (+0400) Subject: re PR target/28902 (Fix for "alingment of XXX is greater than maximum object alignmen... X-Git-Tag: releases/gcc-4.2.2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3b92123ef1e52bf52c4524ccb932fb95d86ceb;p=thirdparty%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: r128060 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5dd29397e3b2..5f7785a28e86 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-01 Nick Clifton * COPYING3, COPYING3.LIB: New files. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index f7e1444d7fe8..df5bf3e7d82b 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -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