]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Remove unused l_text_end field from struct link_map
authorFlorian Weimer <fweimer@redhat.com>
Fri, 8 Sep 2023 11:02:06 +0000 (13:02 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 11 Sep 2023 07:31:22 +0000 (09:31 +0200)
commitbdb594afa515d0150f8f092c45e04942d20ecb61
tree3fd0e0fef23eea9c783cb6a0ff24d3987858b7cb
parenta7e34a667585f675143563569688756f4f4a6e47
elf: Remove unused l_text_end field from struct link_map

It is a left-over from commit 52a01100ad011293197637e42b5be1a479a2
("elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]").

When backporting commmit 6985865bc3ad5b23147ee73466583dd7fdf65892
("elf: Always call destructors in reverse constructor order
(bug 30785)"), we can move the l_init_called_next field to this
place, so that the internal GLIBC_PRIVATE ABI does not change.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
(cherry picked from commit 53df2ce6885da3d0e89e87dca7b095622296014f)
elf/dl-load.c
elf/dl-load.h
elf/rtld.c
elf/setup-vdso.h
include/link.h