This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 06e4033c83 Merge getopt patch from Gnulib new 6f85dbf102 Detect ld.so and libc.so version inconsistency during startup
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: INSTALL | 10 +++ Makerules | 14 ++++ NEWS | 7 +- config.make.in | 1 + configure | 11 +++ configure.ac | 5 ++ elf/Makefile | 2 +- elf/Versions | 4 +- elf/dl-load.c | 9 --- ...bc-early-init.c => dl-lookup_libc_early_init.c} | 23 +++--- elf/dl-open.c | 4 +- elf/dl-version.c | 18 +++++ elf/libc-early-init.h | 21 +++-- elf/rtld.c | 12 +-- manual/install.texi | 9 +++ scripts/libc_early_init_name.py | 89 ++++++++++++++++++++++ sysdeps/generic/ldsodefs.h | 4 + 17 files changed, 198 insertions(+), 45 deletions(-) rename elf/{dl-call-libc-early-init.c => dl-lookup_libc_early_init.c} (66%) create mode 100644 scripts/libc_early_init_name.py