Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/04/1995 18:00:02
pk
Sun Jun  4 17:56:31 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/ld
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9857

Modified Files:
	ld.c ld.h rrs.c shlib.c 
Log Message:
Implement compiled-in library search paths: any `-L' argument encountered
while `dynamic link-mode' is on, is recorded in the executable. The
run-time linker will search these paths after $LD_LIBRARY_PATH but
before the default set and those currently in the hints file.
The feature is disabled whenever for set[ug]id programs.


pk
Sun Jun  4 17:56:35 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/ld/rtld
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9857/rtld

Modified Files:
	rtld.c 
Log Message:
Implement compiled-in library search paths: any `-L' argument encountered
while `dynamic link-mode' is on, is recorded in the executable. The
run-time linker will search these paths after $LD_LIBRARY_PATH but
before the default set and those currently in the hints file.
The feature is disabled whenever for set[ug]id programs.


pk
Sun Jun  4 17:57:19 EDT 1995
Update of /a/cvsroot/src/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9991

Modified Files:
	link.h 
Log Message:
Revive library search paths.