mirror of git://sourceware.org/git/glibc.git
[hurd] Call _dl_sort_maps_init in _dl_sysdep_start
This follows 15a0c5730d
("elf: Fix slow DSO sorting behavior in
dynamic loader (BZ #17645)").
This commit is contained in:
parent
4974c7cd8f
commit
f05faf5f22
|
@ -98,6 +98,9 @@ _dl_sysdep_start (void **start_argptr,
|
|||
|
||||
__tunables_init (_environ);
|
||||
|
||||
/* Initialize DSO sorting algorithm after tunables. */
|
||||
_dl_sort_maps_init ();
|
||||
|
||||
#ifdef DL_SYSDEP_INIT
|
||||
DL_SYSDEP_INIT;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue