glibc/elf
Ulrich Drepper f55727ca53 Update.
* sysdeps/generic/ldsodefs.h: Add declaration for _dl_all_dirs and
	_dl_all_init_dirs.
	* include/link.h (struct r_search_path_struct): New.
	(struct link_map): Use it for l_rpath_dirs and l_runpath_dirs.
	* elf/Versions [ld] (GLIBC_2.2): Add _dl_all_dirs and
	_dl_all_init_dirs.
	* elf/dl-close.c (_dl_close): Free l_rpath_dirs and l_runpath_dirs.
	* elf/dl-libc.c (free_mem): Free _dl_all_dirs list except elements
	added at startup time.
	* elf/dl-load.c: Fix memory handling.  r_search_path_struct
	contains element to remember fact that we can free memory.
	(all_dirs): Renamed to _dl_all_dirs.  Made global.
	(_dl_init_all_dirs): New variable.
	(fillin_rpath): Save one malloc call.
	(decompose_rpath): Change interface.  New first parameter points to
	r_search_path_struct.
	(_dl_init_paths): Adjust for changes.  Mark all memory as not
	deletable.  Set _dl_init_all_paths value.
	(open_path): Remove may_free_dirs parameter.  r_search_path_elem ***
	parameter replaced with r_search_path_struct *.  Information about
	freeing now contained in r_search_path_struct.
	(_dl_map_object): Adjust for above changes.

	* elf/dl-open.c (dl_open_worker): Change format of debug info a bit.
2000-08-31 02:27:07 +00:00
..
.cvsignore
cache.c
constload1.c Include <stdio.h> for puts prototype. 2000-08-19 08:30:28 +00:00
constload2.c
constload3.c
dep1.c
dep2.c
dep3.c
dep4.c
dl-addr.c
dl-close.c Update. 2000-08-31 02:27:07 +00:00
dl-debug.c
dl-deps.c Update. 2000-08-19 07:17:09 +00:00
dl-dst.h
dl-error.c
dl-fini.c Update. 2000-08-16 06:30:08 +00:00
dl-init.c
dl-libc.c Update. 2000-08-31 02:27:07 +00:00
dl-load.c Update. 2000-08-31 02:27:07 +00:00
dl-lookup.c Update. 2000-08-26 23:41:19 +00:00
dl-minimal.c
dl-misc.c Update. 2000-08-16 01:28:07 +00:00
dl-object.c Update. 2000-08-16 06:30:08 +00:00
dl-open.c Update. 2000-08-31 02:27:07 +00:00
dl-profile.c Update. 2000-08-16 01:28:07 +00:00
dl-profstub.c
dl-reloc.c Update. 2000-08-26 23:41:19 +00:00
dl-runtime.c Update. 2000-08-26 23:41:19 +00:00
dl-support.c Update. 2000-08-16 06:30:08 +00:00
dl-sym.c Update. 2000-08-26 23:41:19 +00:00
dl-symbol.c Update. 2000-08-26 23:41:19 +00:00
dl-version.c
do-lookup.h Update. 2000-08-26 23:41:19 +00:00
do-rel.h
dynamic-link.h
elf.h (EM_X8664): Add official x86-64 specific value. 2000-08-16 05:40:29 +00:00
failobj.c
filter.c Update. 2000-08-19 07:17:09 +00:00
filtmod1.c
filtmod2.c
gen-trusted-dirs.awk
genrtldtbl.awk
interp.c
ldconfig.c
ldconfig.h
ldd.bash.in
link.h
loadfail.c
loadtest.c Update. 2000-08-19 07:17:09 +00:00
Makefile Update. 2000-08-26 23:41:19 +00:00
multiload.c
nodelete.c Update. 2000-08-25 19:33:19 +00:00
nodelmod1.c Update. 2000-08-25 19:33:19 +00:00
nodelmod2.c Update. 2000-08-25 19:33:19 +00:00
nodelmod3.c
nodelmod4.c Update. 2000-08-25 19:33:19 +00:00
nodlopen.c
nodlopenmod.c
noload.c
order.c
origtest.c
preloadtest.c
readlib.c
reldep2.c Update. 2000-08-26 23:41:19 +00:00
reldep3.c Update. 2000-08-26 23:41:19 +00:00
reldep.c Update. 2000-08-26 23:41:19 +00:00
reldepmod1.c Update. 2000-08-26 23:41:19 +00:00
reldepmod2.c Update. 2000-08-26 23:41:19 +00:00
reldepmod3.c Update. 2000-08-27 03:28:06 +00:00
reldepmod4.c Update. 2000-08-27 03:28:06 +00:00
resolvfail.c
restest1.c Update. 2000-08-19 07:17:09 +00:00
rtld.c Update. 2000-08-26 23:41:19 +00:00
sln.c
sofini.c
soinit.c
sprof.c
testobj1_1.c
testobj1.c
testobj2.c
testobj3.c
testobj4.c
testobj5.c
testobj6.c
unload.c Update. 2000-08-26 23:41:19 +00:00
unloadmod.c Update. 2000-08-26 23:41:19 +00:00
Versions Update. 2000-08-31 02:27:07 +00:00
vismain.c
vismod1.c
vismod2.c
vismod3.c