From owner-cvs-gnu Fri Mar 21 18:59:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA04727 for cvs-gnu-outgoing; Fri, 21 Mar 1997 18:59:46 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA04719; Fri, 21 Mar 1997 18:59:43 -0800 (PST) Date: Fri, 21 Mar 1997 18:59:43 -0800 (PST) From: John Polstra Message-Id: <199703220259.SAA04719@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.1 ld.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/03/21 18:59:42 Modified: gnu/usr.bin/ld ld.1 ld.c Log: 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) Revision Changes Path 1.16 +5 -2 src/gnu/usr.bin/ld/ld.1 1.42 +33 -1 src/gnu/usr.bin/ld/ld.c