freebsd-dev/gnu/usr.bin/ld/rtld
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
..
Makefile Import Paul Kranenburg's man page for ld.so (aka. rtld). 1995-08-26 13:17:39 +00:00
malloc.c Remove trailing whitespace. 1995-05-30 05:05:38 +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.c Make the error message more readable when 'ld.so' cannot locate a needed 1995-09-27 23:17:33 +00:00
sbrk.c Added sbrk() as new file. 1993-12-11 21:06:36 +00:00