From: Ulrich Drepper Date: Wed, 15 Mar 2000 05:42:01 +0000 (+0000) Subject: Adjust call to _dl_map_object_deps. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5094174fe6cee7a0da4c3ee302b8cbfa759685db;p=thirdparty%2Fglibc.git Adjust call to _dl_map_object_deps. --- diff --git a/elf/rtld.c b/elf/rtld.c index fde0857ed47..1839da122e7 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -777,7 +777,7 @@ of this helper program; chances are you did not intend to run this program.\n\ specified some libraries to load, these are inserted before the actual dependencies in the executable's searchlist for symbol resolution. */ HP_TIMING_NOW (start); - _dl_map_object_deps (_dl_loaded, preloads, npreloads, mode == trace, 0); + _dl_map_object_deps (_dl_loaded, preloads, npreloads, mode == trace); HP_TIMING_NOW (stop); HP_TIMING_DIFF (diff, start, stop); HP_TIMING_ACCUM_NT (load_time, diff);