This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os-vs-Os_LTO in repository toolchain/ci/glibc.
from ddc650e9b3 Fix use-after-free in glob when expanding ~user (bug 25414) adds b790c8c2ed nios2: Fix Linux kABI for syscall return adds 77ad97356c Undefine redirections after long double definition on __LDBL [...] adds 218dad29e8 ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions adds 74f614b70a ldbl-128ibm-compat: enforce correct abi flags on internal file adds bb05281822 ldbl-128ibm-compat: fixup subdir location of several funcs adds a92ac9f494 ldbl-128ibm: make ieee754.h work with IEEE 128 long double
No new revisions were added by this update.
Summary of changes: math/complex.h | 10 ++- math/math-narrow.h | 15 +--- math/math.h | 18 +++-- .../math-narrow-alias-float128.h} | 32 ++++---- sysdeps/ieee754/ldbl-128ibm-compat/Makefile | 43 +++++++---- sysdeps/ieee754/ldbl-128ibm-compat/Versions | 8 ++ .../math-narrow-alias-float128.h | 34 +++++++++ .../ldbl-128ibm-compat/math_ldbl.h} | 20 ++--- sysdeps/ieee754/ldbl-128ibm/ieee754.h | 68 ++++++++++++++++- sysdeps/ieee754/ldbl-opt/Makefile | 4 +- .../ieee754/ldbl-opt/test-redirection-ldbl-64.c | 87 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/nios2/sysdep.h | 2 +- 12 files changed, 273 insertions(+), 68 deletions(-) copy sysdeps/{unix/sysv/linux/settimezone.c => generic/math-narrow-alias-float128. [...] create mode 100644 sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h copy sysdeps/{generic/unwind-arch.h => ieee754/ldbl-128ibm-compat/math_ldbl.h} (67%) create mode 100644 sysdeps/ieee754/ldbl-opt/test-redirection-ldbl-64.c