aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-support.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-10-28 14:45:30 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-10-28 14:45:30 +0100
commit95129e6b8fabdaa8cd8a4a5cc20be0f4cb0ba59f (patch)
treee2eeb9c042eaeba5a5bfe673a0bcb4330e6d803f /elf/dl-support.c
parent0a536f6e2f76e3ef581b3fd9af1e5cf4ddc7a5a2 (diff)
downloadglibc-95129e6b8fabdaa8cd8a4a5cc20be0f4cb0ba59f.tar.xz
glibc-95129e6b8fabdaa8cd8a4a5cc20be0f4cb0ba59f.zip
Revert "elf: Run constructors on cyclic recursive dlopen (bug 31986)"
This reverts commit 9897ced8e78db5d813166a7ccccfd5a42c69ef20. Adjust the test expectations in elf/tst-dlopen-auditdup-auditmod.c accordingly.
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r--elf/dl-support.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c
index 94e8197c63..451932dd03 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -99,7 +99,6 @@ static struct link_map _dl_main_map =
.l_used = 1,
.l_tls_offset = NO_TLS_OFFSET,
.l_serial = 1,
- .l_init_called = 1,
};
/* Namespace information. */