mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
elf: Remove DL_STATIC_INIT
All users have been converted to the __rtld_static_init mechanism. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user