freebsd-dev/libexec/rtld-aout/i386
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
..
md-static-funcs.c Update the backends to go with the top-level ld changes. The non-i386 1996-10-01 01:28:10 +00:00
md.c Add support for the LD_BIND_NOW environment variable. If it is set to a 1997-01-12 00:09:11 +00:00
md.h Add support for the LD_BIND_NOW environment variable. If it is set to a 1997-01-12 00:09:11 +00:00
mdprologue.S Weak symbol support from NetBSD. This should bring us in sync with the 1995-03-04 17:49:20 +00:00