This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from a5a2a76bb7 Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases. new 07ed18d26a Add elision tunables
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: ChangeLog | 39 +++++++++++++ INSTALL | 3 - config.h.in | 3 - config.make.in | 1 - configure | 17 ------ configure.ac | 10 ---- elf/dl-tunables.list | 34 +++++++++++ manual/install.texi | 3 - manual/tunables.texi | 69 +++++++++++++++++++++++ nptl/Makefile | 4 ++ nptl/tst-mutex8.c | 12 +--- sysdeps/powerpc/nptl/elide.h | 9 --- sysdeps/powerpc/powerpc32/sysdep.h | 2 +- sysdeps/powerpc/powerpc64/sysdep.h | 2 +- sysdeps/powerpc/sysdep.h | 4 +- sysdeps/s390/configure | 2 +- sysdeps/s390/configure.ac | 2 +- sysdeps/s390/nptl/bits/pthreadtypes-arch.h | 4 -- sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 75 +++++++++++++++++++++++-- sysdeps/unix/sysv/linux/powerpc/force-elision.h | 2 - sysdeps/unix/sysv/linux/s390/Makefile | 2 - sysdeps/unix/sysv/linux/s390/elision-conf.c | 72 ++++++++++++++++++++++-- sysdeps/unix/sysv/linux/s390/elision-conf.h | 2 - sysdeps/unix/sysv/linux/s390/force-elision.h | 2 - sysdeps/unix/sysv/linux/s390/lowlevellock.h | 2 - sysdeps/unix/sysv/linux/x86/elision-conf.c | 74 +++++++++++++++++++++--- 26 files changed, 357 insertions(+), 94 deletions(-)