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 this usage message.
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 -s, --strip-all
45 Remove all symbols.
46
47 -u, --strip-unneeded
48 Strip symbols not need for relocations.
49
50 -v, --version
51 Show version.
52
53 -x, --discard-all
54 Remove non-global symbols.
55
57 gputils(1)
58
60 Craig Franklin <craigfranklin@users.sourceforge.net>
61
63 Copyright (C) 2005 Craig Franklin
64
65 This program is free software; you can redistribute it and/or modify it
66 under the terms of the GNU General Public License as published by the
67 Free Software Foundation; either version 2 of the License, or (at your
68 option) any later version.
69
70 This program is distributed in the hope that it will be useful, but
71 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
72 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
73 Public License for more details.
74
75 You should have received a copy of the GNU General Public License along
76 with this program; if not, write to the Free Software Foundation, Inc.,
77 675 Mass Ave, Cambridge, MA 02139, USA.
78
79
80
81gputils-0.13.7 2007-10-27 GPSTRIP(1)