]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Mar 1998 12:44:51 +0000 (12:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Mar 1998 12:44:51 +0000 (12:44 +0000)
ChangeLog
elf/rtld.c

index ee5cb2f7d16465d85386f413e328f799cecd2e2d..54421bfae37b28f1d719222d2df8be8547ba354a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-1998-03-10 07:54  H.J. Lu  <hjl@gnu.org>
-
-       * elf/rtld.c (dl_main): Load the preloaded objects dependencies.
-
 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
 
        * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
index c6a45fe2d41992e357e5ca28fa75cbd28200ab4c..2db6cf3613f6a0c6777030699a21fe2bf9898806 100644 (file)
@@ -612,11 +612,6 @@ of this helper program; chances are you did not intend to run this program.\n",
      dependencies in the executable's searchlist for symbol resolution.  */
   _dl_map_object_deps (main_map, preloads, npreloads, mode == trace);
 
-  /* We should also load the preloaded objects dependencies. They
-     may call dlsym (RTLD_NEXT, ...).  */
-  for (i = 0; i < npreloads; i++)
-    _dl_map_object_deps (preloads[i], NULL, 0, 0);
-
 #ifndef MAP_ANON
   /* We are done mapping things, so close the zero-fill descriptor.  */
   __close (_dl_zerofd);
This page took 0.04848 seconds and 5 git commands to generate.