]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Adjust call to _dl_map_object_deps.
authorUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 05:42:01 +0000 (05:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 15 Mar 2000 05:42:01 +0000 (05:42 +0000)
elf/rtld.c

index fde0857ed478bb9dac663fb4215bf2ba2bbb1dc9..1839da122e730f09cb7c502b7564102e985a02c8 100644 (file)
@@ -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);