This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from 4997a533ae Update syscall lists for Linux 5.16 adds 7de501f941 Disable debuginfod in printer tests [BZ #28757] adds 047512374a math: Add more inputs to atan2 accuracy tests [BZ #28765] adds 5732a881aa x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN [...] adds ef7c6d42fe Generate gcc-macros.h adds 7de01e60c2 elf/Makefile: Reflow and sort most variable assignments adds b693d75f0c elf: Split dl-printf.c from dl-misc.c adds 9ba202c78f Add --with-rtld-early-cflags configure option adds 5501164866 powerpc64le: Use <gcc-macros.h> in early HWCAP check adds 990c953bce x86: Add x86-64-vN check to early startup adds f01d482f03 s390x: Use <gcc-macros.h> in early HWCAP check
No new revisions were added by this update.
Summary of changes: INSTALL | 8 + Makeconfig | 9 + NEWS | 6 + config.make.in | 1 + configure | 13 + configure.ac | 6 + elf/Makefile | 429 ++++++++++---- elf/dl-misc.c | 281 +-------- elf/{dl-misc.c => dl-printf.c} | 220 +------ manual/install.texi | 7 + math/auto-libm-test-in | 8 + math/auto-libm-test-out-atan2 | 788 ++++++++++++++++++++++++++ scripts/test_printers_common.py | 11 + sysdeps/powerpc/powerpc64/le/dl-hwcap-check.h | 9 +- sysdeps/s390/s390-64/dl-hwcap-check.h | 5 +- sysdeps/x86/Makefile | 1 + sysdeps/x86/configure | 4 +- sysdeps/x86/configure.ac | 4 +- sysdeps/x86/dl-get-cpu-features.c | 31 +- sysdeps/x86_64/fpu/libm-test-ulps | 8 +- 20 files changed, 1240 insertions(+), 609 deletions(-) copy elf/{dl-misc.c => dl-printf.c} (59%)