gpstrip - Man Page

discard symbols from object file

Synopsis

gpstrip [options] [file(s)]

Warning

The information in this man page is an extract from the full documentation of gputils and is limited to the meaning of the options.  For complete and  current documentation, refer to "gputils.ps" located in the gputils docs directory.

Description

gpstrip discards symbols from GNU PIC object files. gpstrip is part of gputils.  Check the gputils(1) manpage for details on other GNU PIC utilities.

Options

-g,  --strip-debug

Strip debug symbols.

-h,  --help

Show the usage message and exit.

-k SYMBOL, --keep-symbol SYMBOL

Keep symbol.

-n SYMBOL, --strip-symbol SYMBOL

Remove symbol.

-o FILE, --output FILE

Alternate name of output file.

-p,  --preserve-dates

Preserve dates.

-r SECTION, --remove-section SECTION

Remove section.

--strict-options

If this is set, then an option may not be parameter of an another option. For example: -o --version

-s,  --strip-all

Remove all symbols.

-u,  --strip-unneeded

Strip symbols not need for relocations.

-v,  --version

Show the version information and exit.

-V,  --verbose

Verbose mode.

-x,  --discard-all

Remove non-global symbols.

See Also

gputils(1)

Author

Craig Franklin <craigfranklin@users.sourceforge.net>

Referenced By

gputils(1).

2016-02-28 gputils-1.5.2 Linux user's manual