This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from fb28b6671a Merge remote-tracking branch 'origin/shebs/clangify' into local-v5 adds dc0aceae66 Work around lack of .tfloat in clang assembler adds 9a54bf0a7a Work around clang assembler bug with expressions in .if adds 3a7215f0ea Work around clang assembler error with movzx adds 5756f8227e Work around clang assembler error with bnd by itself on a line adds b20dc55e0a Add workaround to get clang to accept avx-512 instructions adds 357524c07e Use clang integrated assembler except when asm is output and [...] new cbed3922de Merge remote-tracking branch 'origin/shebs/clangify' into local-v5
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: Makeconfig | 5 ----- Makerules | 10 ++++++++-- sysdeps/x86_64/Makefile | 7 +++++++ sysdeps/x86_64/dl-trampoline.S | 3 ++- 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 | 6 ++++++ 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 +++ sysdeps/x86_64/strcmp.S | 5 +++-- 19 files changed, 122 insertions(+), 10 deletions(-)