freebsd-nq/gnu/usr.bin/ld
John Polstra d3c677c7e0 Add support for the LD_BIND_NOW environment variable. If it is set to a
nonempty string, then function calls are relocated at program start-up
rather than lazily.  This variable is standard on Sun and SVR4 systems.

The dlopen() function now supports both lazy and immediate binding, as
determined by its "mode" argument, which can be either 1 (RTLD_LAZY) or
2 (RTLD_NOW).  I will add defines of these symbols to <dlfcn.h> as soon
as I've done a little more checking to make sure they won't cause
collisions or bootstrapping problems that would break "make world".
1997-01-12 00:09:11 +00:00
..
i386 Add support for the LD_BIND_NOW environment variable. If it is set to a 1997-01-12 00:09:11 +00:00
ldconfig Document that "ldconfig -m" rescans all directories previously 1996-11-09 20:26:19 +00:00
ldd For "ldd -v", print shared object dependencies that were specified as 1997-01-10 02:51:00 +00:00
rtld Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
sparc Update the backends to go with the top-level ld changes. The non-i386 1996-10-01 01:28:10 +00:00
dynamic.h Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
ld.1 Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
ld.1aout Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
ld.c Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
ld.h Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
lib.c Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
Makefile Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
PORTING Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
rrs.c Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
shlib.c Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
shlib.h Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
support.c Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
support.h Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
symbol.c Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00
symseg.h
warnings.c Changes to make ld demangle C++ symbol names before printing 1997-01-11 05:51:03 +00:00
xbits.c Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal 1996-10-01 01:22:51 +00:00