This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from ee2196b Fixed wrong vector sincos/sincosf ABI to have it compatible w [...] new f43cb35 Require binutils 2.24 to build x86-64 glibc [BZ #20139]
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: ChangeLog | 54 +++++++++++++ config.h.in | 4 +- sysdeps/x86_64/configure | 89 +++++++++++++++++++--- sysdeps/x86_64/configure.ac | 25 +++--- sysdeps/x86_64/dl-trampoline.S | 37 ++++----- .../x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S | 4 +- .../x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S | 4 +- .../x86_64/fpu/multiarch/svml_d_log8_core_avx512.S | 4 +- .../x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S | 4 +- .../x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S | 4 +- .../fpu/multiarch/svml_d_sincos8_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_cosf16_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_expf16_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_logf16_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_powf16_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_sincosf16_core_avx512.S | 4 +- .../fpu/multiarch/svml_s_sinf16_core_avx512.S | 4 +- sysdeps/x86_64/multiarch/ifunc-impl-list.c | 16 ---- sysdeps/x86_64/multiarch/memcpy.S | 2 - sysdeps/x86_64/multiarch/memcpy_chk.S | 2 - .../multiarch/memmove-avx512-no-vzeroupper.S | 2 +- .../multiarch/memmove-avx512-unaligned-erms.S | 2 +- sysdeps/x86_64/multiarch/memmove.S | 2 - sysdeps/x86_64/multiarch/memmove_chk.S | 2 - sysdeps/x86_64/multiarch/mempcpy.S | 2 - sysdeps/x86_64/multiarch/mempcpy_chk.S | 2 - .../x86_64/multiarch/memset-avx512-no-vzeroupper.S | 2 +- .../multiarch/memset-avx512-unaligned-erms.S | 2 +- sysdeps/x86_64/multiarch/memset.S | 2 - sysdeps/x86_64/multiarch/memset_chk.S | 2 - 30 files changed, 192 insertions(+), 105 deletions(-)