Oops - forgot one place where -K is documented.
This commit is contained in:
parent
e7f918adb6
commit
5219e4c0b4
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ strip_usage (FILE *stream, int exit_status)
|
|||
--strip-unneeded Remove all symbols not needed by relocations\n\
|
||||
--only-keep-debug Strip everything but the debug information\n\
|
||||
-N --strip-symbol=<name> Do not copy symbol <name>\n\
|
||||
-K --keep-symbol=<name> Only copy symbol <name>\n\
|
||||
-K --keep-symbol=<name> Do not strip symbol <name>\n\
|
||||
-w --wildcard Permit wildcard in symbol comparison\n\
|
||||
-x --discard-all Remove all non-global symbols\n\
|
||||
-X --discard-locals Remove any compiler-generated symbols\n\
|
||||
|
|
Loading…
Reference in a new issue