Deleted Added
full compact
lorder.1 (158077) lorder.1 (162792)
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95
1.\" Copyright (c) 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95
33.\" $FreeBSD: head/usr.bin/lorder/lorder.1 158077 2006-04-27 15:48:54Z imp $
33.\" $FreeBSD: head/usr.bin/lorder/lorder.1 162792 2006-09-29 15:20:48Z ru $
34.\"
35.Dd April 27, 2006
36.Dt LORDER 1
37.Os
38.Sh NAME
39.Nm lorder
40.Nd list dependencies for object files
41.Sh SYNOPSIS

--- 14 unchanged lines hidden (view full) ---

56.Pp
57The output is normally used with
58.Xr tsort 1
59when a library is created to determine the optimum ordering of the
60object modules so that all references may be resolved in a single
61pass of the loader.
62.Pp
63When linking static binaries,
34.\"
35.Dd April 27, 2006
36.Dt LORDER 1
37.Os
38.Sh NAME
39.Nm lorder
40.Nd list dependencies for object files
41.Sh SYNOPSIS

--- 14 unchanged lines hidden (view full) ---

56.Pp
57The output is normally used with
58.Xr tsort 1
59when a library is created to determine the optimum ordering of the
60object modules so that all references may be resolved in a single
61pass of the loader.
62.Pp
63When linking static binaries,
64.Nm
65and
66.Xr tsort 1
64.Nm
65and
66.Xr tsort 1
67can be used to properly order library archives automatically.
68.Sh EXAMPLES
69.Bd -literal -offset indent
70ar cr library.a `lorder ${OBJS} | tsort`
71cc -o foo ${OBJS} `lorder ${STATIC_LIBS} | tsort`
72.Ed
73.Sh SEE ALSO
74.Xr ar 1 ,
75.Xr ld 1 ,
76.Xr nm 1 ,
77.Xr ranlib 1 ,
78.Xr tsort 1
79.Sh HISTORY
80A
81.Nm
82utility appeared in
83.At v7 .
67can be used to properly order library archives automatically.
68.Sh EXAMPLES
69.Bd -literal -offset indent
70ar cr library.a `lorder ${OBJS} | tsort`
71cc -o foo ${OBJS} `lorder ${STATIC_LIBS} | tsort`
72.Ed
73.Sh SEE ALSO
74.Xr ar 1 ,
75.Xr ld 1 ,
76.Xr nm 1 ,
77.Xr ranlib 1 ,
78.Xr tsort 1
79.Sh HISTORY
80A
81.Nm
82utility appeared in
83.At v7 .