From 7270c5edcbb158904a8f11852cad1261162d8308 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 Nov 2005 07:17:20 +0000 Subject: * ld.texinfo (Forced Output Alignment): Specify that this is an alignment increase, not an override. * ldlang.c (init_os): Set output section alignment here.. (lang_add_section): ..rather than here. (lang_size_sections_1): Consolidate alignment code. Warn if section alignment affects start address when explicit address given. --- ld/ld.texinfo | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ld/ld.texinfo') diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 87dd202..c08f692 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -3775,9 +3775,7 @@ for (dst = &_bstart; dst< &_bend; dst++) @kindex ALIGN(@var{section_align}) @cindex forcing output section alignment @cindex output section alignment -You can force an output section alignment by using ALIGN. The value -specified overrides any alignment given by input sections, whether -larger or smaller. +You can increase an output section's alignment by using ALIGN. @node Forced Input Alignment @subsubsection Forced Input Alignment -- cgit v1.1