This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from a2e5da2cf4 <sys/platform/x86.h>: Add Intel LAM support adds 9798906a42 addmntent: Remove unbounded alloca usage from getmntent [BZ#27083] adds 2aa8ec7dd7 powerpc: Regenerate ulps adds 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 adds 4f969166ce tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 adds 84c202246b MTE: Do not pad size in realloc_check adds b7f8815617 x86 long double: Support pseudo numbers in fpclassifyl adds 94547d9209 x86 long double: Support pseudo numbers in isnanl adds 41290b6e84 Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61 adds 45dcd1af09 x86: Remove the duplicated CPU_FEATURE_CPU_P adds f380868f6d Remove _ISOMAC check from <cpu-features.h>
No new revisions were added by this update.
Summary of changes: Rules | 19 +++- elf/dl-hwcaps.c | 1 + malloc/Makefile | 20 ++++ malloc/hooks.c | 9 +- misc/Makefile | 2 +- misc/mntent_r.c | 111 +++++++-------------- misc/tst-mntent-escape.c | 101 +++++++++++++++++++ sysdeps/powerpc/fpu/libm-test-ulps | 25 ++--- sysdeps/s390/fpu/libm-test-ulps | 22 +++-- sysdeps/{i386 => x86}/fpu/s_fpclassifyl.c | 4 + sysdeps/{i386 => x86}/fpu/s_isnanl.c | 12 ++- sysdeps/x86/include/cpu-features.h | 158 ++++++++++++++---------------- 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 - 16 files changed, 296 insertions(+), 204 deletions(-) create mode 100644 misc/tst-mntent-escape.c 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