summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-10 12:44:51 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-10 12:44:51 +0000
commit62c349c632dca31385304164ffcd6ca7b9f360cc (patch)
tree8594893846e8121e7e3cee86f2823ea674a4178b /elf
parent77aba05b030c9a9e8b8bccf4bdc400569f7da818 (diff)
Update.
Diffstat (limited to 'elf')
-rw-r--r--elf/rtld.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index c6a45fe2d4..2db6cf3613 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -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);