mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* ld.texinfo (Options): Update description of local symbols for -X.
This commit is contained in:
parent
ba83aca16a
commit
3c68c38feb
@ -1,3 +1,7 @@
|
||||
2006-09-25 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* ld.texinfo (Options): Update description of local symbols for -X.
|
||||
|
||||
2006-09-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/3249
|
||||
|
@ -909,11 +909,11 @@ Delete all local symbols.
|
||||
@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}
|
||||
|
Loading…
Reference in New Issue
Block a user