glibc/elf
Ulrich Drepper dacc8ffa42 Update.
2000-03-30  Ulrich Drepper  <drepper@redhat.com>

	Implement dynamic determination of constructor/destructor order in
	the dynamic linker.
	* elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
	(GLIBC_2.2): Add _dl_init.
	* elf/dl-close.c: Also call all destructors in FINI_ARRAY.
	r_duplist is not anymore allocated separately.  l_initfini is and
	therefore free it if necessary.
	* elf/dl-deps.c: If a searchlist has to be allocated, put all in one
	malloc block.  Otherwise allocate l_initfini list only.
	Put dependencies for the object in l_initfini list.
	Sort dependencies for the object to be loaded topologically.
	* elf/dl-fini.c: Before running the destructors sort the topologically.
	* elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
	call constructors instead of iterating over the pointers.  Get list of
	objects for which to run constructors from l_initfini element. Accept
	argc, argv, and env as parameters and pass them to the constructors.
	* elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
	with size of dynamic section.
	* elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
	_dl_init_next and calling constructors ourself.
	* elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
	Take argc, argv, and env as parameters and pass them to the
	constructors.  Rewrite to call all constructors and not iterate over
	the pointers.
	* elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
	precompute l_initcount and l_preinitcount.
	* elf/link.h (struct link_map): Add l_ldnum member.
	Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
	l_initcount, and l_preinitcount.  Add l_initfini.
	* sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
	one for _dl_init.
	* sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
	function interface.
	* sysdeps/unix/sysv/linux/init-first.h: Removed.
	* sysdeps/unix/sysv/linux/Dist: Delete file here as well.
	* sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
	SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
	conventions now match.

	* sysdeps/generic/libc-start.c: Calling __libc_init_first has no
	effect for shared objects.  Don't emit message and call only for
	static library.
2000-03-30 16:30:49 +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
cache.c Update. 1999-12-04 08:00:00 +00:00
constload1.c Update. 2000-03-17 02:17:59 +00:00
constload2.c Update. 2000-03-17 02:17:59 +00:00
constload3.c Update. 2000-03-17 02:17:59 +00:00
dl-addr.c Update. 2000-03-23 20:31:46 +00:00
dl-close.c Update. 2000-03-30 16:30:49 +00:00
dl-debug.c Update. 2000-03-23 20:31:46 +00:00
dl-deps.c Update. 2000-03-30 16:30:49 +00:00
dl-dst.h Update. 1999-06-28 15:52:36 +00:00
dl-error.c Update. 2000-03-23 20:31:46 +00:00
dl-fini.c Update. 2000-03-30 16:30:49 +00:00
dl-init.c Update. 2000-03-30 16:30:49 +00:00
dl-libc.c Update. 1999-07-29 23:46:10 +00:00
dl-load.c Update. 2000-03-30 16:30:49 +00:00
dl-lookup.c Update. 2000-03-23 20:31:46 +00:00
dl-minimal.c Update. 2000-03-23 20:31:46 +00:00
dl-misc.c Update. 1999-12-31 18:51:25 +00:00
dl-object.c Update. 2000-03-23 20:31:46 +00:00
dl-open.c Update. 2000-03-30 16:30:49 +00:00
dl-preinit.c Update. 2000-03-30 16:30:49 +00:00
dl-profile.c Update. 2000-03-23 20:31:46 +00:00
dl-profstub.c Update. 2000-03-23 20:31:46 +00:00
dl-reloc.c Update. 2000-03-23 20:31:46 +00:00
dl-runtime.c Update. 2000-03-23 20:31:46 +00:00
dl-support.c Update. 2000-03-23 20:31:46 +00:00
dl-sym.c Update. 1999-08-01 19:24:38 +00:00
dl-symbol.c Update. 2000-03-23 20:31:46 +00:00
dl-version.c Update. 2000-03-23 20:31:46 +00:00
do-lookup.h Update. 2000-03-23 20:31:46 +00:00
do-rel.h Update. 2000-03-23 20:31:46 +00:00
dynamic-link.h Update. 2000-03-30 16:30:49 +00:00
elf.h Update. 2000-02-22 09:00:35 +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
ldconfig.c Update. 1999-12-18 19:45:25 +00:00
ldconfig.h Update. 1999-12-04 08:00:00 +00:00
ldd.bash.in Update. 1999-10-05 01:55:45 +00:00
link.h Update. 2000-03-30 16:30:49 +00:00
loadfail.c Update. 1999-01-20 20:01:17 +00:00
loadtest.c Update. 1999-01-20 00:34:52 +00:00
Makefile Update comment about _SLOWDOWN flags. 2000-03-20 00:46:01 +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
readlib.c Update. 1999-12-09 01:39:16 +00:00
resolvfail.c Update. 1999-08-02 19:56:07 +00:00
restest1.c Update. 1999-01-19 23:47:25 +00:00
rtld.c Update. 2000-03-23 20:31:46 +00:00
sln.c Update. 1999-12-31 18:51:25 +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. 2000-03-23 20:31:46 +00:00
testobj1_1.c Update. 1999-01-21 08:31:59 +00:00
testobj1.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
Versions Update. 2000-03-30 16:30:49 +00:00