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-aarch64-build_cross in repository toolchain/ci/glibc.
from cdf645427d Update mallinfo2 ABI, and test new d445d9ca8d Define __THROW to noexcept for C++11 and later new 90ccfdf176 x86: Use one ldbl2mpn.c file for both i386 and x86_64 new 681900d296 x86: Harden printf against non-normal long double values (bu [...]
The 3 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: misc/sys/cdefs.h | 12 ++++-- sysdeps/ia64/ldbl2mpn.c | 2 +- sysdeps/x86/Makefile | 4 ++ sysdeps/{i386 => x86}/ldbl2mpn.c | 8 ++++ .../x86/tst-ldbl-nonnormal-printf.c | 45 +++++++++++----------- sysdeps/x86_64/ldbl2mpn.c | 1 - 6 files changed, 44 insertions(+), 28 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