[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
strip [`-F' bfdname |`--target='bfdname ] [`-I' bfdname |`--input-target='bfdname ] [`-O' bfdname |`--output-target='bfdname ] [`-s'|`--strip-all'] [`-S'|`-g'|`-d'|`--strip-debug'] [`-K' symbolname |`--keep-symbol='symbolname ] [`-N' symbolname |`--strip-symbol='symbolname ] [`-x'|`--discard-all' ] [`-X' |`--discard-locals'] [`-R' sectionname |`--remove-section='sectionname ] [`-o' file ] [`-p'|`--preserve-dates'] [`-v' |`--verbose'] [`-V'|`--version'] [`--help'] objfile... |
GNU strip
discards all symbols from object files
objfile. The list of object files may include archives.
At least one object file must be given.
strip
modifies the files named in its argument,
rather than writing modified copies under different names.
-F bfdname
--target=bfdname
--help
strip
and exit.
-I bfdname
--input-target=bfdname
-O bfdname
--output-target=bfdname
-R sectionname
--remove-section=sectionname
-s
--strip-all
-g
-S
-d
--strip-debug
--strip-unneeded
-K symbolname
--keep-symbol=symbolname
-N symbolname
--strip-symbol=symbolname
-o file
-p
--preserve-dates
-x
--discard-all
-X
--discard-locals
-V
--version
strip
.
-v
--verbose
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |