freebsd-skq/lib/csu/i386
John Polstra 65eabc3424 Set the "crt_ldso" member of the crt-to-ld.so interface structure. This
was apparently overlooked at the time the member was added.  Its absence
causes some error messages from the dynamic linker to begin with
"(null):" instead of with the pathname of the dynamic linker as they
should.

I am also adding a work-around to the dynamic linker, to cope with
legacy binaries that were built with older versions of crt0.
1997-01-11 23:59:34 +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 Set the "crt_ldso" member of the crt-to-ld.so interface structure. This 1997-01-11 23:59:34 +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 Use ${COPY} instead of -C for installing non-source files. crt*.o 1997-01-01 04:52:55 +00:00