This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/glibc.
from 0b5ca7c3e5 regex: copy back from Gnulib adds 1356f38df5 Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358) new ed05f7dded Mention today's regex merge in SHARED-FILES
The 1 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 | 12 + 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 +- 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 +- 19 files changed, 9616 insertions(+), 31 deletions(-)