Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 22:48:22 +0000 (22:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Aug 2002 22:48:22 +0000 (22:48 +0000)
* 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.

ChangeLog

index 08ee562..2262f2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>