(usage): Fix description of --special-syms switch.
This commit is contained in:
parent
b411323258
commit
61bbd35b9f
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-14 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* nm.c (usage): Fix description of --special-syms switch.
|
||||||
|
|
||||||
2004-10-13 Jakub Jelinek <jakub@redhat.com>
|
2004-10-13 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* strings.c (statbuf): New typedef.
|
* strings.c (statbuf): New typedef.
|
||||||
|
|
|
@ -248,7 +248,7 @@ usage (FILE *stream, int status)
|
||||||
-S, --print-size Print size of defined symbols\n\
|
-S, --print-size Print size of defined symbols\n\
|
||||||
-s, --print-armap Include index for symbols from archive members\n\
|
-s, --print-armap Include index for symbols from archive members\n\
|
||||||
--size-sort Sort symbols by size\n\
|
--size-sort Sort symbols by size\n\
|
||||||
--skip-special Ignore special symbols\n\
|
--special-syms Include special symbols in the output\n\
|
||||||
--synthetic Display synthetic symbols as well\n\
|
--synthetic Display synthetic symbols as well\n\
|
||||||
-t, --radix=RADIX Use RADIX for printing symbol values\n\
|
-t, --radix=RADIX Use RADIX for printing symbol values\n\
|
||||||
--target=BFDNAME Specify the target object format as BFDNAME\n\
|
--target=BFDNAME Specify the target object format as BFDNAME\n\
|
||||||
|
|
Loading…
Add table
Reference in a new issue