freebsd-src/lib/csu/i386
Peter Wemm fbde87863d When linking with no rtld support, provide stub dl*() functions that
just return errors.  This removes the need for awful hacks like that in
our build of libtcl which would get link errors when linked static.

John Polstra once mentioned that this was on his "todo" list.

Note that one can use:
  cc -Wl,-Bstatic -o foo foo.o
and get an executable that has it's libraries statically linked, but has
a fully functional runtime linker so the executable can call dlopen() and
have it work.  (I've tested this)
1996-12-28 17:10:52 +00:00
..
c++rt0.c Changed the dimensions of __CTOR_LIST__ and __DTOR_LIST__ from 0 1996-02-20 04:07:26 +00:00
crt0.c When linking with no rtld support, provide stub dl*() functions that 1996-12-28 17:10:52 +00:00
dlfcn.h Fixed prototyping of dlopen/dlsym in dlfcn.h, to match how crt0.c defines 1996-10-08 01:41:51 +00:00
dlopen.3 Add two parts of Mark's/Gary's dlopen() changes that I missed before. 1995-02-08 17:56:27 +00:00
Makefile cmp -s || install -c --> install -C 1996-08-30 01:41:52 +00:00