This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch shebs/clangify in repository glibc.
from 2ceff7a1d1 Put CMPLX* macros under ISO C11 new dc0aceae66 Work around lack of .tfloat in clang assembler new 9a54bf0a7a Work around clang assembler bug with expressions in .if new 3a7215f0ea Work around clang assembler error with movzx new 5756f8227e Work around clang assembler error with bnd by itself on a line new b20dc55e0a Add workaround to get clang to accept avx-512 instructions new 357524c07e Use clang integrated assembler except when asm is output and [...]
The 6 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(-)