Add --only-keep-debug to the --help output.
This commit is contained in:
parent
16b47b253e
commit
6ea3dd37ae
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-12-11 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* objcopy.c (strip_usage): Add --only-keep-debug.
|
||||||
|
(copy_usage): Likewise.
|
||||||
|
|
||||||
2003-12-04 Nick Clifton <nickc@redhat.com>
|
2003-12-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* objcopy.c (copy_object): Do not copy the object if the
|
* objcopy.c (copy_object): Do not copy the object if the
|
||||||
|
|
|
@ -391,6 +391,7 @@ copy_usage (FILE *stream, int exit_status)
|
||||||
-g --strip-debug Remove all debugging symbols & sections\n\
|
-g --strip-debug Remove all debugging symbols & sections\n\
|
||||||
--strip-unneeded Remove all symbols not needed by relocations\n\
|
--strip-unneeded Remove all symbols not needed by relocations\n\
|
||||||
-N --strip-symbol <name> Do not copy symbol <name>\n\
|
-N --strip-symbol <name> Do not copy symbol <name>\n\
|
||||||
|
--only-keep-debug Strip everything but the debug information\n\
|
||||||
-K --keep-symbol <name> Only copy symbol <name>\n\
|
-K --keep-symbol <name> Only copy symbol <name>\n\
|
||||||
-L --localize-symbol <name> Force symbol <name> to be marked as a local\n\
|
-L --localize-symbol <name> Force symbol <name> to be marked as a local\n\
|
||||||
-G --keep-global-symbol <name> Localize all symbols except <name>\n\
|
-G --keep-global-symbol <name> Localize all symbols except <name>\n\
|
||||||
|
@ -464,6 +465,7 @@ strip_usage (FILE *stream, int exit_status)
|
||||||
-s --strip-all Remove all symbol and relocation information\n\
|
-s --strip-all Remove all symbol and relocation information\n\
|
||||||
-g -S -d --strip-debug Remove all debugging symbols & sections\n\
|
-g -S -d --strip-debug Remove all debugging symbols & sections\n\
|
||||||
--strip-unneeded Remove all symbols not needed by relocations\n\
|
--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\
|
-N --strip-symbol=<name> Do not copy symbol <name>\n\
|
||||||
-K --keep-symbol=<name> Only copy symbol <name>\n\
|
-K --keep-symbol=<name> Only copy symbol <name>\n\
|
||||||
-w --wildcard Permit wildcard in symbol comparasion\n\
|
-w --wildcard Permit wildcard in symbol comparasion\n\
|
||||||
|
|
Loading…
Reference in a new issue