32v 1m strip

From Computer History Wiki
Revision as of 17:57, 26 October 2009 by Neozeed (talk | contribs) (New page: STRIP(1) UNIX Programmer's Manual STRIP(1) == NAME == strip - remove symbols and relocation bits == SYNOPSIS == strip name ... == DESCRIPTION == ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

STRIP(1) UNIX Programmer's Manual STRIP(1)


NAME

    strip  -  remove symbols and relocation bits

SYNOPSIS

    strip name ...

DESCRIPTION

    _S_t_r_i_p removes the symbol table and relocation bits ordi-
    narily attached to the output of the assembler and loader.
    This is useful to save space after a program has been
    debugged.
    The effect of _s_t_r_i_p is the same as use of the -s option of
    _l_d.

FILES

    /tmp/stm? temporary file

SEE ALSO

    ld(1)