BSD 1 development
[unix-history] / man6 / strip.6
CommitLineData
5ba16ce6
BJ
1.th STRIP VI 8/24/77
2.sh NAME
3strip \- strip object file
4.sh SYNOPSIS
5.bd strip
6[
7.bd \-t
8] [
9name ...
10]
11.sh DESCRIPTION
12.it Strip
13removes the symbol table and relocation bits ordinarily attached
14to the output of the assembler and loader.
15This is useful
16to save space after a program has been debugged.
17.s3
18The effect of
19.it strip
20is the the same as use of the
21.bd \*-s
22option
23of
24.it ld.
25.s3
26The
27.bd \-t
28option of
29.it strip
30can be used to remove text and data segments leaving only the symbol table.
31This can be used when an executable program is not needed, i.e.
32for the system namelist.
33.sh FILES
34/tmp/stm? temporary file
35.sh "SEE ALSO"
36ld (I), as (I)
37.sh BUGS