recording file death
[deliverable/binutils-gdb.git] / binutils / ranlib.1
CommitLineData
5ad691d4
RP
1.\" Copyright (c) 1991 Free Software Foundation
2.\" See section COPYING for conditions for redistribution
5ad691d4
RP
3.TH ranlib 1 "5 November 1991" "cygnus support" "GNU Development Tools"
4.de BP
5.sp
6.ti \-.2i
7\(**
8..
9
10.SH NAME
11ranlib\(em\&generate index to archive.
12
13.SH SYNOPSIS
14.hy 0
15.na
16.B ranlib \c
17.I archive\c
18\&
19.ad b
20.hy 1
21.SH DESCRIPTION
22\c
23.B ranlib\c
24\& generates an index to the contents of an archive, and
25stores it in the archive. The index lists each symbol defined by a
26member of an archive that is a relocatable object file.
27
28You may use `\|\c
29.B nm \-s\c
30\|' or `\|\c
31.B nm +print-armap\c
32\|' to list this index.
33
34An archive with such an index speeds up linking to the library, and
35allows routines in the library to call each other without regard to
36their placement in the archive.
37
38The GNU \c
39.B ranlib\c
40\& program is another form of GNU \c
41.B ar\c
42\&; running
43\c
44.B ranlib\c
45\& is completely equivalent to executing `\|\c
46.B ar \-s\c
47\|'.
48
49
50.SH "SEE ALSO"
51.RB "`\|" binutils "\|'"
52entry in
53.B
54info\c
55\&;
56.I
57The GNU Binary Utilities\c
58\&, Roland H. Pesch (October 1991);
59.BR ar "(" 1 "),"
60.BR nm "(" 1 ")."
61
62
63.SH COPYING
64Copyright (c) 1991 Free Software Foundation, Inc.
65.PP
66Permission is granted to make and distribute verbatim copies of
67this manual provided the copyright notice and this permission notice
68are preserved on all copies.
69.PP
70Permission is granted to copy and distribute modified versions of this
71manual under the conditions for verbatim copying, provided that the
72entire resulting derived work is distributed under the terms of a
73permission notice identical to this one.
74.PP
75Permission is granted to copy and distribute translations of this
76manual into another language, under the above conditions for modified
77versions, except that this permission notice may be included in
78translations approved by the Free Software Foundation instead of in
79the original English.
This page took 0.072916 seconds and 4 git commands to generate.