freebsd-dev/libexec/rtld-aout
Nate Williams 6f5457454c Make the error message more readable when 'ld.so' cannot locate a needed
shared library.  Formerly, the message looked like this:

    ld.so: run: libjdp1.so.1.0: Undefined error: 0

The new message looks like this:

    ld.so: run: Can't find shared library "libjdp1.so.1.0"

(Where "run" is the name of the program being executed.)

Submitted by:	jdp@polstra.com (John Polstra)
1995-09-27 23:17:33 +00:00
..
i386 Weak symbol support from NetBSD. This should bring us in sync with the 1995-03-04 17:49:20 +00:00
Makefile Import Paul Kranenburg's man page for ld.so (aka. rtld). 1995-08-26 13:17:39 +00:00
md-prologue.c Imported NetBSD's ld for shared libs. 1993-11-03 23:41:59 +00:00
rtld.1 Import Paul Kranenburg's man page for ld.so (aka. rtld). 1995-08-26 13:17:39 +00:00
rtld.1aout Import Paul Kranenburg's man page for ld.so (aka. rtld). 1995-08-26 13:17:39 +00:00
rtld.c Make the error message more readable when 'ld.so' cannot locate a needed 1995-09-27 23:17:33 +00:00
shlib.c Removed /usr/local/lib from the standard library search path to be 1995-03-19 21:20:09 +00:00