glibc/dlfcn
Ulrich Drepper cf197e41e7 Update.
2000-04-02  Ulrich Drepper  <drepper@redhat.com>

	* elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
	element at this position.

	* elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
	* elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
	l_reldeps elements.
	* elf/dl-lookup.c (add_dependency): New function.
	(_dl_lookup_symbol): Use it whenever symbol was found in a global,
	dynamically loaded object.
	(_dl_lookup_symbol_skip): Likewise.
	(_dl_lookup_versioned_symbol): Likewise.
	(_dl_lookup_versioned_symbol_skip): Likewise.
	* elf/dl-open.c: Don't define _dl_load_lock here...
	* elf/rtld.c: ...but here...
	* elf/dl-support.c: ...and here.
	* elf/dl-close.c (_dl_close): Close also dependent objects introduce
	through relocation.
	* elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
	relocations.
	* dlfcn/Makefile (glrefmain.out): Test is not expected to fail
	anymore.
	* dlfcn/glrefmain.c: Add one more debug message.

	* Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
	command line.
	* Makerules (sysd-versions): Use ( ) instead of { }.

	* elf/dl-load.c: Use __builtin_expect to signal that compiler should
	optimize for the non-debugging case.
	* elf/dl-lookup.c: Likewise.
	* sysdeps/generic/libc-start.c: Likewise.
2000-04-03 03:51:04 +00:00
..
Makefile (glrefmain.out): Test is not expected to fail anymore. 2000-04-03 03:36:11 +00:00
Versions Update. 1999-07-07 18:39:33 +00:00
dladdr.c Update. 1999-07-07 18:39:33 +00:00
dlclose.c Update. 1999-07-07 18:39:33 +00:00
dlerror.c Update. 1999-08-01 19:24:38 +00:00
dlfcn.h Update. 2000-02-28 21:16:38 +00:00
dlopen.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
dlopenold.c * dlfcn/dlopen.c: Use <shlib-compat.h> macros. 2000-03-27 05:18:47 +00:00
dlsym.c Update. 2000-02-23 22:15:49 +00:00
dlvsym.c Update. 2000-02-23 22:15:49 +00:00
glreflib1.c Update. 2000-04-01 21:49:24 +00:00
glreflib2.c Update. 2000-04-01 21:49:24 +00:00
glrefmain.c Update. 2000-04-03 03:51:04 +00:00