* elf/dl-deps.c (_dl_map_object_deps): Revert patch from
	2002-05-28.  This cripples the scope lists necessary to search for
	symbols in dependencies which are not in the global scope.
This commit is contained in:
Ulrich Drepper 2002-08-21 22:48:22 +00:00
parent 3fc9ed37d8
commit e40b902786

View File

@ -1,5 +1,9 @@
2002-08-21 Ulrich Drepper <drepper@redhat.com>
* elf/dl-deps.c (_dl_map_object_deps): Revert patch from
2002-05-28. This cripples the scope lists necessary to search for
symbols in dependencies which are not in the global scope.
* include/setjmp.h (__libc_longjmp): Add declaration.
2002-08-21 Andreas Jaeger <aj@suse.de>