This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0ca2eb1194 aarch64: Fix error messages for GCS and BTI incompatible modules new eafea63c11 math: Sync asinh from CORE-MATH new 05b46df987 math: Sync atanh from CORE-MATH new 8efe2b03db math: Sync acosh from CORE-MATH new 422c3a5baf x86: Fix x86_64 build failure with -Os (BZ 33367) new e56b3faf8d math: Fix powerpc64le -Os build after 6b7067460f
The 5 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: SHARED-FILES | 6 +- math/auto-libm-test-in | 30 ++ math/auto-libm-test-out-acosh | 690 ++++++++++++++++++++++++++ math/auto-libm-test-out-asinh | 690 ++++++++++++++++++++++++++ math/auto-libm-test-out-atanh | 690 ++++++++++++++++++++++++++ sysdeps/ieee754/dbl-64/ddcoremath.h | 62 ++- sysdeps/ieee754/dbl-64/e_acosh.c | 19 +- sysdeps/ieee754/dbl-64/e_atanh.c | 18 +- sysdeps/ieee754/dbl-64/s_asinh.c | 29 +- sysdeps/ieee754/dbl-64/s_atanh_data.c | 33 +- sysdeps/ieee754/dbl-64/s_modf.c | 5 +- sysdeps/ieee754/float128/s_fabsf128.c | 2 +- sysdeps/ieee754/flt-32/s_modff.c | 5 +- sysdeps/x86_64/fpu/multiarch/s_modf-avx.c | 1 + sysdeps/x86_64/fpu/multiarch/s_modf-sse4_1.c | 1 + sysdeps/x86_64/fpu/multiarch/s_modff-avx.c | 1 + sysdeps/x86_64/fpu/multiarch/s_modff-sse4_1.c | 1 + 17 files changed, 2233 insertions(+), 50 deletions(-)