From owner-cvs-gnu Tue May 28 09:18:04 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11160 for cvs-gnu-outgoing; Tue, 28 May 1996 09:18:04 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11138; Tue, 28 May 1996 09:17:51 -0700 (PDT) Date: Tue, 28 May 1996 09:17:51 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199605281617.JAA11138@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 phk 96/05/28 09:17:50 Modified: gnu/usr.bin/ld ld.1 ld.c Log: Add an option -O to ld. From the manpage: -O filename Specifies the name of the output file. The file is created as filename.tmp and when output is complete renamed to filename. This allows us to: ld -O ${.TARGET} -x -r ${.TARGET} Revision Changes Path 1.10 +8 -1 src/gnu/usr.bin/ld/ld.1 1.33 +14 -1 src/gnu/usr.bin/ld/ld.c