HardenedBSD/gnu/usr.bin/ld
Poul-Henning Kamp b5938566d8 Add an option -O <filename> 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}
1996-05-28 16:17:48 +00:00
..
i386 Changed the terminology for what used to be called the "memorizing" 1995-11-02 18:48:15 +00:00
ldconfig Correct some man page xrefs, and some other minor changes to bring some 1996-04-08 04:18:31 +00:00
ldd
rtld When checking to see whether a needed shared library has already 1996-05-22 06:34:12 +00:00
sparc
cplus-dem.c
etc.c
ld.1 Add an option -O <filename> to ld. From the manpage: 1996-05-28 16:17:48 +00:00
ld.1aout Add an option -O <filename> to ld. From the manpage: 1996-05-28 16:17:48 +00:00
ld.c Add an option -O <filename> to ld. From the manpage: 1996-05-28 16:17:48 +00:00
ld.h Implement support for LD_PRELOAD in the dynamic linker. 1996-04-20 18:27:56 +00:00
lib.c
Makefile
PORTING
rrs.c Zero out an unused field in a structure that is written to the output 1996-05-27 18:06:02 +00:00
shlib.c Implement support for LD_PRELOAD in the dynamic linker. 1996-04-20 18:27:56 +00:00
symbol.c
symseg.h
warnings.c
xbits.c