Date: Sat, 20 Apr 1996 11:29:53 -0700 (PDT) From: John Polstra <jdp> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.h shlib.c src/gnu/usr.bin/ld/rtld rtld.1 rtld.c Message-ID: <199604201829.LAA22526@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 96/04/20 11:29:52 Modified: gnu/usr.bin/ld ld.h shlib.c Log: Implement support for LD_PRELOAD in the dynamic linker. Submitted by: Doug Ambrisko <ambrisko@ambrisko.roble.com> Revision Changes Path 1.16 +2 -1 src/gnu/usr.bin/ld/ld.h 1.15 +27 -1 src/gnu/usr.bin/ld/shlib.c Modified: gnu/usr.bin/ld/rtld rtld.1 rtld.c Log: Implement support for LD_PRELOAD in the dynamic linker. Remove descriptions of LD_NO_INTERN_SEARCH and LD_NOSTD_PATH from the manual page, since they are not supported. Submitted by: Doug Ambrisko <ambrisko@ambrisko.roble.com> Revision Changes Path 1.3 +8 -10 src/gnu/usr.bin/ld/rtld/rtld.1 1.33 +102 -4 src/gnu/usr.bin/ld/rtld/rtld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604201829.LAA22526>