1GPSTRIP(1) Linux user's manual GPSTRIP(1)
2
3
4
6 gpstrip - discard symbols from object file
7
9 gpstrip [options] [file(s)]
10
12 The information in this man page is an extract from the full documenta‐
13 tion of gputils and is limited to the meaning of the options. For com‐
14 plete and current documentation, refer to "gputils.ps" located in the
15 gputils docs directory.
16
18 gpstrip discards symbols from GNU PIC object files. gpstrip is part of
19 gputils. Check the gputils(1) manpage for details on other GNU PIC
20 utilities.
21
23 -g, --strip-debug
24 Strip debug symbols.
25
26 -h, --help
27 Show the usage message and exit.
28
29 -k SYMBOL, --keep-symbol SYMBOL
30 Keep symbol.
31
32 -n SYMBOL, --strip-symbol SYMBOL
33 Remove symbol.
34
35 -o FILE, --output FILE
36 Alternate name of output file.
37
38 -p, --preserve-dates
39 Preserve dates.
40
41 -r SECTION, --remove-section SECTION
42 Remove section.
43
44 --strict-options
45 If this is set, then an option may not be parameter of an an‐
46 other option. For example: -o --version
47
48 -s, --strip-all
49 Remove all symbols.
50
51 -u, --strip-unneeded
52 Strip symbols not need for relocations.
53
54 -v, --version
55 Show the version information and exit.
56
57 -V, --verbose
58 Verbose mode.
59
60 -x, --discard-all
61 Remove non-global symbols.
62
64 gputils(1)
65
67 Craig Franklin <craigfranklin@users.sourceforge.net>
68
70 Copyright (C) 2005 Craig Franklin
71
72 This program is free software; you can redistribute it and/or modify it
73 under the terms of the GNU General Public License as published by the
74 Free Software Foundation; either version 2 of the License, or (at your
75 option) any later version.
76
77 This program is distributed in the hope that it will be useful, but
78 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
79 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
80 Public License for more details.
81
82 You should have received a copy of the GNU General Public License along
83 with this program; if not, write to the Free Software Foundation, Inc.,
84 675 Mass Ave, Cambridge, MA 02139, USA.
85
86
87
88gputils-1.5.2 2016-02-28 GPSTRIP(1)