mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Update.
This commit is contained in:
parent
77aba05b03
commit
62c349c632
@ -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>
|
1998-03-10 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
* elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
|
* elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
|
||||||
|
@ -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. */
|
dependencies in the executable's searchlist for symbol resolution. */
|
||||||
_dl_map_object_deps (main_map, preloads, npreloads, mode == trace);
|
_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
|
#ifndef MAP_ANON
|
||||||
/* We are done mapping things, so close the zero-fill descriptor. */
|
/* We are done mapping things, so close the zero-fill descriptor. */
|
||||||
__close (_dl_zerofd);
|
__close (_dl_zerofd);
|
||||||
|
Loading…
Reference in New Issue
Block a user