mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* ld.texinfo (Options): Update description of local symbols for -X.
This commit is contained in:
@ -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>
|
2006-09-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/3249
|
PR ld/3249
|
||||||
|
@ -909,11 +909,11 @@ Delete all local symbols.
|
|||||||
@kindex -X
|
@kindex -X
|
||||||
@kindex --discard-locals
|
@kindex --discard-locals
|
||||||
@cindex local symbols, deleting
|
@cindex local symbols, deleting
|
||||||
@cindex L, deleting symbols beginning
|
|
||||||
@item -X
|
@item -X
|
||||||
@itemx --discard-locals
|
@itemx --discard-locals
|
||||||
Delete all temporary local symbols. For most targets, this is all local
|
Delete all temporary local symbols. (These symbols start with
|
||||||
symbols whose names begin with @samp{L}.
|
system-specific local label prefixes, typically @samp{.L} for ELF systems
|
||||||
|
or @samp{L} for traditional a.out systems.)
|
||||||
|
|
||||||
@kindex -y @var{symbol}
|
@kindex -y @var{symbol}
|
||||||
@kindex --trace-symbol=@var{symbol}
|
@kindex --trace-symbol=@var{symbol}
|
||||||
|
Reference in New Issue
Block a user