glibc/elf
Ulrich Drepper dc5efe83c0 Update.
* Versions.def (ld.so): Add GLIBC_2.1.1.
	* elf/Makefile (routines): Add dl-origin.
	(tests): Add origtest.  Add dependencies for the program.
	* elf/Versions (ld.so) [GLIBC_2.1.1]: Add _dl_origin_path,
	_dl_platformlen, _dl_dst_count and _dl_dst_substitute.
	* elf/dl-deps.c (expand_dst): New macro.  Expand DSTs in filename.
	(_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
	DT_AUXILIARY, and DT_FILTER filenames.
	* elf/dl-load.c (expand_dynamic_string_token): Explode into
	two functions and three macros.
	(_dl_dst_count, _dl_dst_substitute): New functions.
	* elf/dl-dst.h: New file.
	* elf/dl-open.c (_dl_open): Take extra parameter with address of
	caller.  Pass address in args structure.
	(dl_open_worker): Recognize and expand DSTs in filename.
	* elf/ldsodefs.h (_dl_open): Adapt prototype.
	* elf/dlopen.c (dlopen_doit): Pass caller address to _dl_open.
	(__dlopen_check): Pass caller address to dlopen_doit in args.
	* elf/dlopendoit.c: Likewise.
	* iconv/gconv_dl.c: Adapt call of _dl_open.
	* nss/nsswitch.c: Likewise.
	* elf/origtest.c: New file.
	* sysdeps/generic/dl-origin.h: Moved to...
	* sysdeps/generic/dl-origin.c: ...here.
	* sysdeps/unix/sysv/linux/dl-origin.h: Moved to...
	* sysdeps/unix/sysv/linux/dl-origin.c: ...here.
1999-05-05 23:29:18 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 1999-05-05 23:29:18 +00:00
Versions Update. 1999-05-05 23:29:18 +00:00
dl-addr.c Update. 1999-02-20 15:02:24 +00:00
dl-close.c Update. 1999-01-21 14:17:43 +00:00
dl-debug.c Update. 1998-04-02 13:11:24 +00:00
dl-deps.c Update. 1999-05-05 23:29:18 +00:00
dl-dst.h Update. 1999-05-05 23:29:18 +00:00
dl-error.c Update. 1999-02-22 18:05:04 +00:00
dl-fini.c Update. 1998-04-02 13:11:24 +00:00
dl-init.c Update. 1998-09-06 09:16:53 +00:00
dl-load.c Update. 1999-05-05 23:29:18 +00:00
dl-lookup.c Update. 1999-02-22 18:05:04 +00:00
dl-minimal.c Update. 1998-04-21 18:15:51 +00:00
dl-misc.c Update. 1998-06-29 12:44:22 +00:00
dl-object.c Update. 1999-01-20 00:00:16 +00:00
dl-open.c Update. 1999-05-05 23:29:18 +00:00
dl-profile.c Update. 1998-06-07 14:06:56 +00:00
dl-profstub.c Update. 1998-07-07 17:31:11 +00:00
dl-reloc.c Update. 1999-02-20 15:02:24 +00:00
dl-runtime.c Update. 1999-02-20 15:02:24 +00:00
dl-support.c Update. 1998-10-07 13:40:55 +00:00
dl-symbol.c Update. 1998-09-06 09:16:53 +00:00
dl-version.c Update. 1999-02-22 18:05:04 +00:00
dladdr.c Update. 1998-03-24 00:39:45 +00:00
dlclose.c Update. 1998-03-24 00:39:45 +00:00
dlerror.c (dlerror): Don't assume that __libc_internal_tsd_get is defined. __libc_getspecific is already well-protected, so just use it directly. 1998-04-23 22:45:20 +00:00
dlfcn.h Update. 1999-02-16 15:35:52 +00:00
dlopen.c Update. 1999-05-05 23:29:18 +00:00
dlopenold.c Update. 1999-05-05 23:29:18 +00:00
dlsym.c Update. 1999-02-03 10:30:07 +00:00
dlvsym.c Update. 1999-02-03 10:30:07 +00:00
do-lookup.h Update. 1999-02-20 23:57:48 +00:00
do-rel.h Update. 1999-02-20 15:02:24 +00:00
dynamic-link.h Update. 1999-02-20 15:02:24 +00:00
elf.h Update. 1999-04-12 09:05:16 +00:00
eval.c Update. 1997-06-21 02:59:26 +00:00
failobj.c Update. 1999-01-25 11:00:16 +00:00
gen-trusted-dirs.awk Update. 1999-05-03 21:59:35 +00:00
genrtldtbl.awk Testsuite for owrdexp. 1998-03-05 16:42:56 +00:00
interp.c Update. 1998-05-08 20:42:23 +00:00
ldd.bash.in Update. 1999-01-04 12:33:59 +00:00
ldsodefs.h Update. 1999-05-05 23:29:18 +00:00
link.h Update. 1999-02-19 00:00:05 +00:00
loadfail.c Update. 1999-01-20 20:01:17 +00:00
loadtest.c Update. 1999-01-20 00:34:52 +00:00
multiload.c Update. 1999-02-19 00:00:05 +00:00
origtest.c Update. 1999-05-05 23:29:18 +00:00
preloadtest.c Update. 1999-01-20 00:34:52 +00:00
restest1.c Update. 1999-01-19 23:47:25 +00:00
rtld.c Update. 1999-03-29 17:25:46 +00:00
sln.c Update. 1998-08-20 17:40:36 +00:00
sofini.c Update. 1997-09-30 17:10:40 +00:00
soinit.c Update. 1997-12-22 20:53:38 +00:00
sprof.c Update. 1999-02-09 09:50:05 +00:00
testobj1.c Update. 1999-01-21 08:31:59 +00:00
testobj1_1.c Update. 1999-01-21 08:31:59 +00:00
testobj2.c Update. 1999-01-21 08:31:59 +00:00
testobj3.c Update. 1999-01-21 08:31:59 +00:00
testobj4.c Update. 1999-01-21 08:31:59 +00:00
testobj5.c Update. 1999-01-21 08:31:59 +00:00
testobj6.c Update. 1999-01-21 08:31:59 +00:00