]> 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:36:04 +0000 (09:36 +0200)
commit9f0d3bb2e325dc30ae20e347cccbe10fa0b4ce9b
treeb06cfce19dd5abbdbd306a920bcc25db06ed8000
parent5d83a52a4905405792418d6a0f3afa3601a98c37
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