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_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from f20f980c71 x86-64: Add vector acos/acosf implementation to libmvec adds cd0c333d2e elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr adds 9702a7901e stdio: Implement %#m for vfprintf and related functions adds a4b4131355 Set default __TIMESIZE default to 64 new 6e30181b4a math: Properly cast X_TLOSS to float [BZ #28713] new 268d812c19 elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
The 2 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: NEWS | 3 + bits/timesize.h | 4 +- elf/dl-sysdep.c | 8 -- elf/elf.h | 3 +- manual/stdio.texi | 8 +- math/math-svid-compat.h | 2 + math/w_j0f_compat.c | 5 +- math/w_j1f_compat.c | 5 +- math/w_jnf_compat.c | 5 +- stdio-common/Makefile | 4 +- stdio-common/tst-sprintf-errno.c | 93 ++++++++++++++++++++++ stdio-common/vfprintf-internal.c | 25 ++++-- .../sysv/linux/arc => mach/hurd}/bits/timesize.h | 11 ++- .../unix/sysv/linux/arm/bits}/timesize.h | 8 +- .../unix/sysv/linux/csky/bits}/timesize.h | 8 +- .../unix/sysv/linux/hppa/bits}/timesize.h | 8 +- .../unix/sysv/linux/m68k/bits}/timesize.h | 8 +- .../unix/sysv/linux/microblaze/bits}/timesize.h | 8 +- .../unix/sysv/linux/mips/bits}/timesize.h | 12 +-- .../sysv/linux/{riscv => nios2}/bits/timesize.h | 10 +-- .../sysv/linux/powerpc/powerpc32/bits}/timesize.h | 8 +- .../unix/sysv/linux/s390/s390-32/bits}/timesize.h | 8 +- .../unix/sysv/linux/sh/bits}/timesize.h | 8 +- .../unix/sysv/linux/sparc/sparc32/bits}/timesize.h | 8 +- sysdeps/unix/sysv/linux/x86/bits/timesize.h | 2 + 25 files changed, 183 insertions(+), 89 deletions(-) create mode 100644 stdio-common/tst-sprintf-errno.c rename sysdeps/{unix/sysv/linux/arc => mach/hurd}/bits/timesize.h (74%) copy {bits => sysdeps/unix/sysv/linux/arm/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/csky/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/hppa/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/m68k/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/microblaze/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/mips/bits}/timesize.h (79%) rename sysdeps/unix/sysv/linux/{riscv => nios2}/bits/timesize.h (77%) copy {bits => sysdeps/unix/sysv/linux/powerpc/powerpc32/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/s390/s390-32/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/sh/bits}/timesize.h (81%) copy {bits => sysdeps/unix/sysv/linux/sparc/sparc32/bits}/timesize.h (81%)