diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 5ac6721..f0faa8e 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1,7 +1,7 @@ \input texinfo @setfilename ld.info @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -@c 2001, 2002, 2003 Free Software Foundation, Inc. +@c 2001, 2002, 2003, 2004 Free Software Foundation, Inc. @syncodeindex ky cp @include configdoc.texi @c (configdoc.texi is generated by the Makefile) @@ -61,7 +61,7 @@ END-INFO-DIR-ENTRY This file documents the @sc{gnu} linker LD version @value{VERSION}. Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, -2001, 2002, 2003 Free Software Foundation, Inc. +2001, 2002, 2003, 2004 Free Software Foundation, Inc. @ignore @@ -106,7 +106,7 @@ notice identical to this one except for the removal of this paragraph @vskip 0pt plus 1filll @c man begin COPYRIGHT Copyright @copyright{} 1991, 92, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, -2002, 2003 Free Software Foundation, Inc. +2002, 2003, 2004 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 @@ -3362,8 +3362,13 @@ Address}). The linker will normally set the LMA equal to the VMA. You can change that by using the @code{AT} keyword. The expression @var{lma} that follows the @code{AT} keyword specifies the load address of the -section. Alternatively, with @samp{AT>@var{lma_region}} expression, -you may specify a memory region for the section's load address. @xref{MEMORY}. +section. + +Alternatively, with @samp{AT>@var{lma_region}} expression, you may +specify a memory region for the section's load address. @xref{MEMORY}. +Note that if the section has not had a VMA assigned to it then the +linker will use the @var{lma_region} as the VMA region as well. +@xref{Output Section Region}. @cindex ROM initialized data @cindex initialized data in ROM |