* ld.texinfo (Output Section Discarding): Fix xref.
authorAlan Modra <amodra@gmail.com>
Mon, 23 Oct 2006 03:09:35 +0000 (03:09 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 23 Oct 2006 03:09:35 +0000 (03:09 +0000)
ld/ChangeLog
ld/ld.texinfo

index 2957c760871acfcd2e467a85926a33ce83ed3233..0daa4d0276f5a736252053ac17b3edf7018ab09f 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo (Output Section Discarding): Fix xref.
+
 2006-10-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * emulparams/shelf32.sh: Set default stack to 0x80000.
index 067f1f6436a3d39fe6eb2a49a8d76b3b102a2a16..545f4ef1f7ab4f60366e9fd634d4c3155e167b68 100644 (file)
@@ -3696,11 +3696,11 @@ will only create a @samp{.foo} section in the output file if there is a
 sections are not all empty.  Other link script directives that allocate
 space in an output section will also create the output section.
 
-The linker will ignore address assignments (@xref{Output Section Address})
+The linker will ignore address assignments (@pxref{Output Section Address})
 on discarded output sections, except when the linker script defines
 symbols in the output section.  In that case the linker will obey
-the address assignments, possibly advancing dot and/or current lma
-even though the section is discarded.
+the address assignments, possibly advancing dot even though the
+section is discarded.
 
 @cindex /DISCARD/
 The special output section name @samp{/DISCARD/} may be used to discard
This page took 0.030723 seconds and 4 git commands to generate.