summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.1aout
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1997-03-22 02:59:40 +0000
committerjdp <jdp@FreeBSD.org>1997-03-22 02:59:40 +0000
commitd25562909d350a2ede1af20506d2de39eadcbf30 (patch)
tree189a27ba9162d94cc71bbf2b95f57b54654b2b5e /gnu/usr.bin/ld/ld.1aout
parentd8c04b9e65f2099cdf0b93b956dab18f7c4ae6eb (diff)
downloadFreeBSD-src-d25562909d350a2ede1af20506d2de39eadcbf30.zip
FreeBSD-src-d25562909d350a2ede1af20506d2de39eadcbf30.tar.gz
Add a new "-f" option to the linker, to print the resolved paths
of all the files and libraries in the command line. Submitted by: bde (Bruce Evans)
Diffstat (limited to 'gnu/usr.bin/ld/ld.1aout')
-rw-r--r--gnu/usr.bin/ld/ld.1aout7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout
index dab8bbf..837778c 100644
--- a/gnu/usr.bin/ld/ld.1aout
+++ b/gnu/usr.bin/ld/ld.1aout
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: ld.1,v 1.15 1997/02/22 15:46:19 peter Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -37,7 +37,7 @@
.Nd link editor
.Sh SYNOPSIS
.Nm ld
-.Op Fl MNnrSstXxz
+.Op Fl fMNnrSstXxz
.Bk -words
.Op Fl A Ar symbol-file
.Op Fl assert Ar keyword
@@ -131,6 +131,9 @@ calls will be re-directed through the Procedure Linkage Table (see
.Xr link 5)
.It Fl e Ar entry-symbol
Specifies the entry symbol for an executable.
+.It Fl f
+List the resolved paths of all the object files and libraries on the
+standard output, and exit.
.It Fl L Ns Ar path
Add
.Ar path
OpenPOWER on IntegriCloud