This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 81e0662 Fix failing pretty printer tests when CPPFLAGS has optimizations. new 03baef1 Configure support for --enable-stack-protector [BZ #7065] new 003a27e Initialize the stack guard earlier when linking statically [B [...] new de65912 Do not stack-protect ifunc resolvers [BZ #7065] new 10c85e7 Disable stack protector in early static initialization [BZ #7065] new 995635f Compile the dynamic linker without stack protection [BZ #7065] new bc174f2 Ignore __stack_chk_fail* in the rtld mapfile computation [BZ #7065] new 66a704c Work even with compilers which enable -fstack-protector by de [...] new 524a8ef PLT avoidance for __stack_chk_fail [BZ #7065] new 7cbb738 Link a non-libc-using test with -fno-stack-protector [BZ #7065] new 1ad4ba2 Drop explicit stack-protection of pieces of the system [BZ #7065] new 2e6c45c Do not stack-protect sigreturn stubs [BZ #7065] new cecbc79 Enable -fstack-protector=* when requested by configure [BZ #7065]
The 12 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 | 149 +++++++++++++ INSTALL | 11 + Makeconfig | 8 +- NEWS | 4 + aclocal.m4 | 6 +- config.h.in | 10 + config.make.in | 2 + configure | 243 ++++++++++++---------- configure.ac | 146 ++++++------- csu/Makefile | 4 + csu/libc-start.c | 29 +-- csu/libc-tls.c | 17 +- debug/Makefile | 6 + debug/stack_chk_fail.c | 2 + elf/Makefile | 30 ++- elf/ifuncdep2.c | 3 + elf/ifuncmain6pie.c | 1 + elf/ifuncmain7.c | 1 + elf/ifuncmod1.c | 3 + elf/ifuncmod5.c | 3 + elf/rtld-Rules | 2 + include/libc-symbols.h | 12 +- login/Makefile | 1 - manual/install.texi | 11 + misc/Makefile | 7 + nptl/nptl-init.c | 16 -- nscd/Makefile | 1 - resolv/Makefile | 1 - signal/Makefile | 2 + string/Makefile | 4 + sysdeps/generic/ifunc-sel.h | 2 + sysdeps/generic/ldsodefs.h | 11 + sysdeps/generic/symbol-hacks.h | 12 ++ sysdeps/i386/Makefile | 2 +- sysdeps/nacl/nacl_interface_query.c | 1 + sysdeps/powerpc/ifunc-sel.h | 2 + sysdeps/unix/make-syscalls.sh | 1 + sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c | 8 +- sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c | 4 +- sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c | 1 + sysdeps/x86_64/ifuncmod8.c | 1 + 41 files changed, 539 insertions(+), 241 deletions(-)