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 0e981d3524 s390x: Regenerate ulps adds be37b80705 misc: Use __ferror_unlocked instead of ferror adds 8a30bb4e06 elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcaps new 4f969166ce tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 new 84c202246b MTE: Do not pad size in realloc_check new b7f8815617 x86 long double: Support pseudo numbers in fpclassifyl new 94547d9209 x86 long double: Support pseudo numbers in isnanl new 41290b6e84 Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61 new 45dcd1af09 x86: Remove the duplicated CPU_FEATURE_CPU_P
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: Rules | 19 ++++++++++++++++++- elf/dl-hwcaps.c | 1 + malloc/Makefile | 20 ++++++++++++++++++++ malloc/hooks.c | 9 +++++---- misc/mntent_r.c | 2 +- sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c | 4 ++++ sysdeps/{i386 => x86}/fpu/s_isnanl.c | 12 +++++++----- sysdeps/x86/include/cpu-features.h | 2 -- sysdeps/x86/ldbl2mpn.c | 8 -------- sysdeps/x86/tst-ldbl-nonnormal-printf.c | 5 +---- sysdeps/x86_64/fpu/s_fpclassifyl.c | 2 -- sysdeps/x86_64/fpu/s_isnanl.c | 1 - 12 files changed, 57 insertions(+), 28 deletions(-) rename sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c (87%) rename sysdeps/{i386 => x86}/fpu/s_isnanl.c (76%) delete mode 100644 sysdeps/x86_64/fpu/s_fpclassifyl.c delete mode 100644 sysdeps/x86_64/fpu/s_isnanl.c