about summary refs log tree commit diff
path: root/elf/dl-open.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:08:19 +0200
commit0b3e92bdf3c11e8ca3271beb03ff16b87c23ed7f (patch)
treef08724d6d3d41809a13fc8ee962ee9af1ca1076d /elf/dl-open.c
parentb7fc189f7f0b42145e5ebc23f2bcae118607d7bb (diff)
downloadglibc-0b3e92bdf3c11e8ca3271beb03ff16b87c23ed7f.tar.gz
glibc-0b3e92bdf3c11e8ca3271beb03ff16b87c23ed7f.tar.xz
glibc-0b3e92bdf3c11e8ca3271beb03ff16b87c23ed7f.zip
elf: Remove DL_STATIC_INIT
All users have been converted to the __rtld_static_init mechanism.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r--elf/dl-open.c4
1 files changed, 0 insertions, 4 deletions
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.  */