This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 50a2d83c08 elf: Introduce <elf_machine_sym_no_match.h> new ec935dea63 elf: Implement __libc_early_init
The 1 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: csu/init-first.c | 4 - csu/libc-start.c | 5 + elf/Makefile | 5 +- elf/Versions | 1 + .../dl-call-libc-early-init.c | 44 ++++---- elf/dl-load.c | 9 ++ elf/dl-lookup-direct.c | 116 +++++++++++++++++++++ elf/dl-open.c | 25 +++++ elf/{tst-auxobj.c => libc-early-init.h} | 35 +++---- .../mach/htl/thrd_yield.c => elf/libc_early_init.c | 11 +- elf/rtld.c | 4 + sysdeps/generic/ldsodefs.h | 17 +++ sysdeps/mach/hurd/i386/init-first.c | 4 - 13 files changed, 220 insertions(+), 60 deletions(-) copy sysdeps/powerpc/mod-cache-ppc.c => elf/dl-call-libc-early-init.c (54%) create mode 100644 elf/dl-lookup-direct.c copy elf/{tst-auxobj.c => libc-early-init.h} (58%) copy sysdeps/mach/htl/thrd_yield.c => elf/libc_early_init.c (82%)