gpstrip manipulates the sections and symbol tables of gputils object files.

Usage: gpstrip [options] file(s)
Options: [defaults in brackets after descriptions]
  -g, --strip-debug                     Strip debug symbols.
  -h, --help                            Show this usage message.
  -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.
  -s, --strip-all                       Remove all symbols.
  -u, --strip-unneeded                  Strip symbols not need for relocations.
  -v, --version                         Show version.
  -V, --verbose                         Verbose mode.
  -x, --discard-all                     Remove non-global symbols.

Report bugs to:
<URL:http://gputils.sourceforge.net/>
