From: Alan Modra Date: Tue, 13 Dec 2005 02:45:31 +0000 (+0000) Subject: linux64.h (TARGET_ALIGN_NATURAL): Define. X-Git-Tag: releases/gcc-3.4.6~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a190f7d8fefdb889f88df856259247672aa550;p=thirdparty%2Fgcc.git linux64.h (TARGET_ALIGN_NATURAL): Define. * config/rs6000/linux64.h (TARGET_ALIGN_NATURAL): Define. From-SVN: r108452 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93cbe3ee31db..c7d56286dac2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-13 Alan Modra + + * config/rs6000/linux64.h (TARGET_ALIGN_NATURAL): Define. + 2005-12-10 John David Anglin PR target/25258 diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 013e23a9a82f..84e13a155faa 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -244,6 +244,12 @@ ? rs6000_special_round_type_align (STRUCT, COMPUTED, SPECIFIED) \ : MAX ((COMPUTED), (SPECIFIED))) +/* Use the default for compiling target libs. */ +#ifdef IN_TARGET_LIBS +#undef TARGET_ALIGN_NATURAL +#define TARGET_ALIGN_NATURAL 1 +#endif + /* Indicate that jump tables go in the text section. */ #undef JUMP_TABLES_IN_TEXT_SECTION #define JUMP_TABLES_IN_TEXT_SECTION TARGET_64BIT