aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-11-16 07:17:20 +0000
committerAlan Modra <amodra@gmail.com>2005-11-16 07:17:20 +0000
commit7270c5edcbb158904a8f11852cad1261162d8308 (patch)
tree37fd2cd974829baa043b6de63893c3cc988e887f /ld/ld.texinfo
parentc43c547375e1864c2e784d026bac89c582b2de68 (diff)
downloadgdb-7270c5edcbb158904a8f11852cad1261162d8308.zip
gdb-7270c5edcbb158904a8f11852cad1261162d8308.tar.gz
gdb-7270c5edcbb158904a8f11852cad1261162d8308.tar.bz2
* 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.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo4
1 files changed, 1 insertions, 3 deletions
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