This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/glibc.
from f3e6645633 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...] adds 0b5ca7c3e5 regex: copy back from Gnulib adds 1356f38df5 Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) adds ed05f7dded Mention today's regex merge in SHARED-FILES
No new revisions were added by this update.
Summary of changes: SHARED-FILES | 12 + include/intprops.h | 18 +- include/regex.h | 3 +- math/auto-libm-test-in | 30 + math/auto-libm-test-out-narrow-div | 3372 ++++++++++++++++ math/auto-libm-test-out-narrow-mul | 6156 ++++++++++++++++++++++++++++++ math/math-narrow.h | 45 +- misc/sys/cdefs.h | 22 +- posix/regcomp.c | 8 +- posix/regex.c | 1 + posix/regex.h | 49 +- posix/regex_internal.c | 10 +- posix/regex_internal.h | 8 +- posix/regexec.c | 101 +- sysdeps/i386/fpu/s_f32xdivf64.c | 2 +- sysdeps/i386/fpu/s_f32xmulf64.c | 2 +- sysdeps/ieee754/dbl-64/s_fdiv.c | 3 +- sysdeps/ieee754/dbl-64/s_fmul.c | 3 +- sysdeps/ieee754/ldbl-128/s_ddivl.c | 2 +- sysdeps/ieee754/ldbl-128/s_dmull.c | 2 +- sysdeps/ieee754/ldbl-128/s_f64xdivf128.c | 3 +- sysdeps/ieee754/ldbl-128/s_f64xmulf128.c | 3 +- sysdeps/ieee754/ldbl-128/s_fdivl.c | 2 +- sysdeps/ieee754/ldbl-128/s_fmull.c | 2 +- sysdeps/ieee754/ldbl-96/s_ddivl.c | 2 +- sysdeps/ieee754/ldbl-96/s_dmull.c | 2 +- sysdeps/ieee754/ldbl-96/s_fdivl.c | 2 +- sysdeps/ieee754/ldbl-96/s_fmull.c | 2 +- 28 files changed, 9758 insertions(+), 109 deletions(-)