blob: bffe221a01241db4223edb04802d456117a7c460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
.pa 1
.he 'STRIP (I)'3/15/72'STRIP (I)'
.ti 0
NAME strip -- remove symbols and relocation bits
.sp
.ti 0
SYNOPSIS strip_____ name\d1\u ...
.sp
.ti 0
DESCRIPTION strip_____ removes the symbol
table and relocation bits ordinarily attached to the output
of the assembler and loader.
This is useful to save space after a program has been
debugged.
The effect of strip_____ is the same as use of the -s__ option
of ld__.
.sp
.ti 0
FILES /tmp/stm? temporary file
.sp
.ti 0
SEE ALSO ld(I), as(I)
.sp
.ti 0
DIAGNOSTICS Diagnostics are given for:
non-existent argument;
.br
inability to create temporary file;
.br
improper format (not an object file);
.br
inability to re-read temporary file.
.sp
.ti 0
BUGS --
|