Intel XENIX 286 Programmers Guide (86) - Tenox.tc

Intel XENIX 286 Programmers Guide (86) - Tenox.tc Intel XENIX 286 Programmers Guide (86) - Tenox.tc

09.06.2013 Views

XENIX Programming Programming Commands strip - Removes symbols and relocation bits. Syntax strip [dehrsStx] file ... Description strip removes selected parts of an object file, including the header, text, data, relocation records, and symbol table. strip works directly on the named files; nothing is written to the standard output. strip is typically used to remove symbol table and relocation information from a file after debugging has been completed. It also is useful for creating a compact namelist file in which text and data have been removed. -d Strip data and the data relocation records. -e Strip the extended header. -h Strip the header and extended header. -r Strip all relocation records except the x.out short form. -s Strip the symbol table. -S Strip the segment table. -t Strip text and the text relocation records. -x Strip all relocation records. strip has the same effect as the -s option of ld. If no options are given, the -r and -s options are implied. Although strip can be used to remove an x.out header from an 8086/286-relocatable file, it cannot be used to remove run-time relocation records. Files /tmp/stm* Temporary file 8-113

Programming Commands strip (continued) See Also a.out in "File Formats" in the XENIX 286 C Library Guide ld in "Commands" in the XENIX 286 Reference Manual 8-114 XENIX Programming

Programming Commands<br />

strip (continued)<br />

See Also<br />

a.out in "File Formats" in the <strong>XENIX</strong> <strong>2<strong>86</strong></strong> C Library <strong>Guide</strong><br />

ld in "Commands" in the <strong>XENIX</strong> <strong>2<strong>86</strong></strong> Reference Manual<br />

8-114<br />

<strong>XENIX</strong> Programming

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!