This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from 29a4db291b malloc: Use __libc_initial to detect an inner libc adds 844b4d8b4b s390x: Require GCC 7.1 or later to build glibc. adds 2ec40e66ad Update kernel version to 5.10 in tst-mman-consts.py. new 59d572ef61 getenv: Move call to strlen to the branch it's used in. new f67f9c9af2 ieee754: Remove slow paths from asin and acos new 69a7ca7705 ieee754: Remove unused __sin32 and __cos32
The 3 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: INSTALL | 3 ++ NEWS | 2 + manual/install.texi | 2 + manual/probes.texi | 14 ----- stdlib/getenv.c | 2 +- sysdeps/generic/math_private.h | 2 - sysdeps/ieee754/dbl-64/e_asin.c | 76 ++++++---------------------- sysdeps/ieee754/dbl-64/sincos32.c | 62 ----------------------- sysdeps/s390/configure | 35 +++++++++++++ sysdeps/s390/configure.ac | 17 +++++++ sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/x86_64/fpu/multiarch/e_asin-fma.c | 2 - sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c | 2 - sysdeps/x86_64/fpu/multiarch/sincos32-fma.c | 2 - sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c | 2 - 15 files changed, 76 insertions(+), 149 deletions(-)