This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ef7c6d42fe Generate gcc-macros.h new 7de01e60c2 elf/Makefile: Reflow and sort most variable assignments new b693d75f0c elf: Split dl-printf.c from dl-misc.c new 9ba202c78f Add --with-rtld-early-cflags configure option new 5501164866 powerpc64le: Use <gcc-macros.h> in early HWCAP check new 990c953bce x86: Add x86-64-vN check to early startup new f01d482f03 s390x: Use <gcc-macros.h> in early HWCAP check
The 6 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 | 8 + NEWS | 6 + config.make.in | 1 + configure | 13 + configure.ac | 6 + elf/Makefile | 429 ++++++++++++++++++++------ elf/dl-misc.c | 281 +---------------- elf/{dl-misc.c => dl-printf.c} | 220 +------------ manual/install.texi | 7 + sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 9 +- sysdeps/s390/s390-64/dl-hwcap-check.h | 5 +- sysdeps/x86/Makefile | 1 + sysdeps/x86/dl-get-cpu-features.c | 31 +- 13 files changed, 416 insertions(+), 601 deletions(-) copy elf/{dl-misc.c => dl-printf.c} (59%)