This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v6-2.29/master in repository glibc.
from dcd2b97dd1 malloc: Set and reset all hooks for tracing (Bug 16573) new 4bbfeb8e5b Add --with-clang and --disable-float128 options to toplevel [...] new 54031961bf Skip undefined va_arg_pack new 268ddcff50 Add clang version of __hidden_proto new 1ba307084e Add workarounds for incomplete float128 support in clang new 64b3e177bc Work around a clang problem with asm constraints new f38fa7c980 Work around clang assembler error with movzx new 53eebacec0 De-nest regcomp.c new fbf200117d Work around clang assembler problem with ifunc relocs new 868fc27ff4 Un-nest nested functions in dynamic linker new 7c44a0bf9c Change de-nesting fix to use added argument instead of globals new 1cfcdae979 Work around clang assembler error with bnd by itself on a line new 52a7cb28f9 Add a --with-lld option to choose LLVMs lld linker
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: Makeconfig | 32 ++++ Makerules | 4 +- config.h.in | 2 + config.make.in | 1 + configure | 76 ++++++++- configure.ac | 46 +++++- elf/Makefile | 3 +- elf/dl-conflict.c | 33 +++- elf/dl-reloc.c | 50 +++++- elf/do-rel.h | 30 +++- elf/dynamic-link.h | 94 +++++++++++- elf/get-dynamic-info.h | 10 ++ elf/rtld.c | 51 ++++++- include/libc-symbols.h | 10 ++ nptl/Makefile | 5 + posix/Makefile | 2 + posix/regcomp.c | 272 ++++++++++++++++++++++++++++++++- sysdeps/generic/ldsodefs.h | 4 + sysdeps/ieee754/float128/Makeconfig | 2 +- sysdeps/ieee754/float128/Makefile | 2 + sysdeps/powerpc/powerpc64/dl-machine.h | 10 +- sysdeps/x86/bits/floatn.h | 27 ++++ sysdeps/x86/fpu/math-barriers.h | 2 +- sysdeps/x86_64/dl-machine.h | 10 +- sysdeps/x86_64/dl-trampoline.S | 3 +- sysdeps/x86_64/strcmp.S | 5 +- 26 files changed, 758 insertions(+), 28 deletions(-)