diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index d2aa52d78a..a9d63ffe46 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -43,6 +43,7 @@ #include <dl-vdso.h> #include <dl-vdso-setup.h> #include <dl-auxv.h> +#include <dl-find_object.h> extern char *__progname; char **_dl_argv = &__progname; /* This is checked for some error messages. */ @@ -417,6 +418,8 @@ _dl_non_dynamic_init (void) break; } + call_function_static_weak (_dl_find_object_init); + /* Setup relro on the binary itself. */ if (_dl_main_map.l_relro_size != 0) _dl_protect_relro (&_dl_main_map); |