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-arm-build_cross in repository toolchain/ci/glibc.
from cdf645427d Update mallinfo2 ABI, and test adds d445d9ca8d Define __THROW to noexcept for C++11 and later adds 90ccfdf176 x86: Use one ldbl2mpn.c file for both i386 and x86_64 adds 681900d296 x86: Harden printf against non-normal long double values (bu [...] adds 3322ecbfe2 powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615] adds 03e26098b1 benchtests: Run _Float128 tests only on architectures that s [...] adds b3b0b6916a Set locale related environment variables in debugglibc.sh adds f7e3f92b7c strncmp: Add a testcase for page boundary [BZ #25933] adds 659c041188 strcmp: Add a testcase for page boundary adds c4277ba234 bench-strncmp.c: Add workloads on page boundary adds 06e95b93f0 bench-strcmp.c: Add workloads on page boundary new 7d4ec75e11 intl: Handle translation output codesets with suffixes [BZ #26383]
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: Makefile | 9 ++ benchtests/Makefile | 6 +- benchtests/bench-strcmp.c | 56 +++++++++ benchtests/bench-strncmp.c | 128 +++++++++++++++++++++ benchtests/expf128-inputs | 4 +- benchtests/powf128-inputs | 4 +- benchtests/sinf128-inputs | 4 +- iconv/Versions | 4 +- iconv/gconv_charset.c | 10 ++ iconv/gconv_charset.h | 27 ----- iconv/gconv_int.h | 21 ++++ iconv/iconv_open.c | 2 +- iconv/iconv_prog.c | 2 +- intl/dcigettext.c | 17 +-- intl/tst-codeset.c | 34 +++--- misc/sys/cdefs.h | 12 +- string/test-strcmp.c | 33 ++++++ string/test-strncmp.c | 33 ++++++ sysdeps/ia64/ldbl2mpn.c | 2 +- .../powerpc/powerpc32/power4/multiarch/init-arch.h | 2 +- sysdeps/x86/Makefile | 4 + sysdeps/{i386 => x86}/ldbl2mpn.c | 8 ++ .../x86/tst-ldbl-nonnormal-printf.c | 45 ++++---- sysdeps/x86_64/ldbl2mpn.c | 1 - 24 files changed, 375 insertions(+), 93 deletions(-) rename sysdeps/{i386 => x86}/ldbl2mpn.c (90%) copy string/test-sig_np.c => sysdeps/x86/tst-ldbl-nonnormal-printf.c (55%) delete mode 100644 sysdeps/x86_64/ldbl2mpn.c