From: Ulrich Drepper Date: Tue, 10 Mar 1998 12:45:34 +0000 (+0000) Subject: (dl_main): Undo last change. X-Git-Tag: cvs/before-sparc-2_0_x-branch~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3f2c951ef25f0064849736fd5d59b855c8945b;p=thirdparty%2Fglibc.git (dl_main): Undo last change. --- diff --git a/elf/rtld.c b/elf/rtld.c index cef7246875b..c7bac88f024 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -467,14 +467,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 (l, preloads, npreloads, mode == trace); - { - /* We should also load the preloaded objects dependencies. They - may call dlsym (RTLD_NEXT, ...). */ - unsigned int i; - for (i = 0; i < npreloads; i++) - _dl_map_object_deps (preloads[i], NULL, 0, mode == trace); - } - #ifndef MAP_ANON /* We are done mapping things, so close the zero-fill descriptor. */ __close (_dl_zerofd);