logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gpstrip - discard symbols from object file

Author

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.

Name

       gpstrip - discard symbols from object file

Options

-g, --strip-debug
              Strip debug symbols.

       -h, --help
              Show the usage message and exit.

       -kSYMBOL, --keep-symbolSYMBOL
              Keep symbol.

       -nSYMBOL, --strip-symbolSYMBOL
              Remove symbol.

       -oFILE, --outputFILE
              Alternate name of output file.

       -p, --preserve-dates
              Preserve dates.

       -rSECTION, --remove-sectionSECTION
              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)

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.

See Also