From owner-cvs-gnu Sat Apr 20 11:31:07 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22595 for cvs-gnu-outgoing; Sat, 20 Apr 1996 11:31:07 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA22526 Sat, 20 Apr 1996 11:29:53 -0700 (PDT) Date: Sat, 20 Apr 1996 11:29:53 -0700 (PDT) From: John Polstra Message-Id: <199604201829.LAA22526@freefall.freebsd.org> 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 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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 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