]> 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:38:01 +0000 (09:38 +0200)
commit34b07bdbdd69121d6e7d3ccf51a61cc4fa2c408d
tree25b17d9723addc7ffff845b021e617011b638a7c
parent02a67e102f08dc7469283b66c9381a991547847f
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