PR binutils/15777
(nm --special-syms): Fix typo.
This commit is contained in:
parent
e956b7d3bd
commit
a575c95845
2 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
PR binutils/15779
|
PR binutils/15779
|
||||||
* doc/binutils.texi (ranlib -D): Correct description.
|
* doc/binutils.texi (ranlib -D): Correct description.
|
||||||
|
PR binutils/15777
|
||||||
|
(nm --special-syms): Fix typo.
|
||||||
|
|
||||||
2013-08-23 Nick Clifton <nickc@redhat.com>
|
2013-08-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -1021,10 +1021,9 @@ both size and value to be printed.
|
||||||
@item --special-syms
|
@item --special-syms
|
||||||
Display symbols which have a target-specific special meaning. These
|
Display symbols which have a target-specific special meaning. These
|
||||||
symbols are usually used by the target for some special processing and
|
symbols are usually used by the target for some special processing and
|
||||||
are not normally helpful when included included in the normal symbol
|
are not normally helpful when included in the normal symbol lists.
|
||||||
lists. For example for ARM targets this option would skip the mapping
|
For example for ARM targets this option would skip the mapping symbols
|
||||||
symbols used to mark transitions between ARM code, THUMB code and
|
used to mark transitions between ARM code, THUMB code and data.
|
||||||
data.
|
|
||||||
|
|
||||||
@item --synthetic
|
@item --synthetic
|
||||||
Include synthetic symbols in the output. These are special symbols
|
Include synthetic symbols in the output. These are special symbols
|
||||||
|
|
Loading…
Reference in a new issue