diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 15df75fe8b..84ab37942b 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -106,6 +106,7 @@ _dl_start (void *arg) ELF_DYNAMIC_RELOCATE (&bootstrap_map, 0); + elf_machine_runtime_setup (&bootstrap_map, 0); /* Now life is sane; we can call functions and access global data. Set up to use the operating system facilities, and find out from |