freebsd-dev/gnu/usr.bin/ld/rtld
John Polstra ab6c6377b3 If errors occur during the loading of the shared libraries required by
the main program, report them directly from the dynamic linker and die
there, rather than returning an error message to crt0.o.  This enables
the printing of error messages even for old executables, whose version
of crt0.o is not able to print them.

This fix closes PR bin/1869.

The code in crt0.o for printing error messages from the dynamic linker
is no longer used, because of this change.  But it must remain, for
backward compatibility with older dynamic linkers.
1996-10-24 16:24:19 +00:00
..
Makefile
malloc.c
md-prologue.c
rtld.1 Fix two minor typos in the manual page. 1996-10-18 04:49:43 +00:00
rtld.c If errors occur during the loading of the shared libraries required by 1996-10-24 16:24:19 +00:00
sbrk.c