freebsd_amp_hwpstate/libexec/rtld-aout
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
..
i386 Update the backends to go with the top-level ld changes. The non-i386 1996-10-01 01:28:10 +00:00
Makefile Update to handle new version ld.so.hints and info in executable for 1996-10-01 01:52:03 +00:00
dynamic.h
md-prologue.c
rtld.1 Fix two minor typos in the manual page. 1996-10-18 04:49:43 +00:00
rtld.1aout 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
shlib.c
shlib.h
support.c
support.h