This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 561e9dadc0 x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745] new 1d828d5855 elf: Introduce to _dl_call_fini new aeea91fd15 elf: Do not run constructors for proxy objects new 02a67e102f elf: Always call destructors in reverse constructor order (b [...] new 34b07bdbdd elf: Remove unused l_text_end field from struct link_map new 59ee83b0c2 elf: Move l_init_called_next to old place of l_text_end in link map
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 1 + elf/Makefile | 1 + elf/dl-call_fini.c | 50 ++++++++++++ elf/dl-close.c | 155 ++++++++++++++++++------------------- elf/dl-fini.c | 188 +++++++++++++-------------------------------- elf/dl-init.c | 24 +++++- elf/dl-load.c | 2 +- elf/dl-load.h | 7 +- elf/dso-sort-tests-1.def | 19 ++--- elf/rtld.c | 6 -- elf/setup-vdso.h | 4 - elf/tst-audit23.c | 44 ++++++----- include/link.h | 6 +- sysdeps/generic/ldsodefs.h | 12 +++ 14 files changed, 249 insertions(+), 270 deletions(-) create mode 100644 elf/dl-call_fini.c