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 52a7cb28f9 Add a --with-lld option to choose LLVMs lld linker new ace275b80b Update de-nested functions to match originals new 73efc556ac Work around clang asm problem by changing types of two variables new 4b957d975d Disallow extern inline if clang new 74b7dd6b5a Work around lack of .tfloat in clang assembler new 9e10cf821f Work around clang assembler bug with expressions in .if new 964779a113 Remove debugging hack new 7e3b1df6d4 Work around a weird clang link failure new 40f3f5c1a5 De-nest makedb.c new 181e58d747 Add hidden protos ahead of uses new e9ba4bf620 Add another workaround for clang problem with sizes in asm new 367c8c0e97 Add a hidden_proto for __close_nocancel before its use
The 11 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: elf/dl-profile.c | 9 ++++++- include/alloc_buffer.h | 12 ++++++++++ include/features.h | 3 +-- malloc/memusage.c | 4 ++++ nss/makedb.c | 45 +++++++++++++++++++++++++++++++++++ posix/regcomp.c | 19 +++++++-------- sysdeps/nptl/gai_misc.h | 4 ++++ sysdeps/unix/sysv/linux/not-cancel.h | 7 ++++++ sysdeps/x86_64/fpu/s_log1pl.S | 6 +++++ sysdeps/x86_64/fpu/svml_d_exp_data.S | 3 +++ sysdeps/x86_64/fpu/svml_d_exp_data.h | 6 +++++ sysdeps/x86_64/fpu/svml_d_log_data.S | 15 ++++++++++++ sysdeps/x86_64/fpu/svml_d_log_data.h | 3 +++ sysdeps/x86_64/fpu/svml_d_pow_data.S | 15 ++++++++++++ sysdeps/x86_64/fpu/svml_d_pow_data.h | 6 +++++ sysdeps/x86_64/fpu/svml_d_trig_data.h | 3 +++ sysdeps/x86_64/fpu/svml_s_expf_data.h | 3 +++ sysdeps/x86_64/fpu/svml_s_logf_data.S | 9 +++++++ sysdeps/x86_64/fpu/svml_s_logf_data.h | 3 +++ sysdeps/x86_64/fpu/svml_s_powf_data.S | 18 ++++++++++++++ sysdeps/x86_64/fpu/svml_s_powf_data.h | 6 +++++ sysdeps/x86_64/fpu/svml_s_trig_data.h | 3 +++ 22 files changed, 189 insertions(+), 13 deletions(-)