Index: ld.texinfo =================================================================== RCS file: /cvs/src/src/ld/ld.texinfo,v retrieving revision 1.174 diff -u -r1.174 ld.texinfo --- ld.texinfo 8 Sep 2006 13:43:54 -0000 1.174 +++ ld.texinfo 20 Sep 2006 22:58:02 -0000 @@ -909,11 +909,11 @@ @kindex -X @kindex --discard-locals @cindex local symbols, deleting -@cindex L, deleting symbols beginning @item -X @itemx --discard-locals -Delete all temporary local symbols. For most targets, this is all local -symbols whose names begin with @samp{L}. +Delete all temporary local symbols. (These symbols start with +system-specific local label prefixes, typically @samp{.L} for ELF systems +or @samp{L} for traditional a.out systems.) @kindex -y @var{symbol} @kindex --trace-symbol=@var{symbol}