]> 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>
Fri, 8 Sep 2023 16:39:20 +0000 (18:39 +0200)
commit53df2ce6885da3d0e89e87dca7b095622296014f
tree6b7db1b4af022e0eb002f92e5891055f230d47f3
parent6985865bc3ad5b23147ee73466583dd7fdf65892
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>
elf/dl-load.c
elf/dl-load.h
elf/rtld.c
elf/setup-vdso.h
include/link.h