From 0b3e92bdf3c11e8ca3271beb03ff16b87c23ed7f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 17 May 2021 09:59:14 +0200 Subject: elf: Remove DL_STATIC_INIT All users have been converted to the __rtld_static_init mechanism. Reviewed-by: Adhemerval Zanella --- elf/dl-open.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'elf') diff --git a/elf/dl-open.c b/elf/dl-open.c index c2ac5ee94f..d2240d8747 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -781,10 +781,6 @@ dl_open_worker (void *a) _dl_call_libc_early_init (libc_map, initial); } -#ifndef SHARED - DL_STATIC_INIT (new); -#endif - /* Run the initializer functions of new objects. Temporarily disable the exception handler, so that lazy binding failures are fatal. */ -- cgit v1.2.3-70-g09d2