This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 11306df777 Remove lingering libSegfault Makefile entries new 77db67c56b scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY) new a65ff76c9a ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_called new 6f360366f7 elf: Introduce to _dl_call_fini
The 3 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: elf/Makefile | 1 + elf/dl-call_fini.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++ elf/dl-close.c | 42 +------------------------------------- elf/dl-fini.c | 38 +---------------------------------- elf/rtld.c | 10 +++++----- scripts/localplt.awk | 18 ++++++++++++++--- sysdeps/generic/ldsodefs.h | 11 ++++++++++ 7 files changed, 84 insertions(+), 86 deletions(-) create mode 100644 elf/dl-call_fini.c