This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O3 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 adds 4974c7cd8f elf tst-dl_find_object: Fix typo adds f05faf5f22 [hurd] Call _dl_sort_maps_init in _dl_sysdep_start adds dfb204d87f [hurd] Drop spurious #ifdef SHARED adds 2c040d0b90 hurd: Fix pthread_kill on exiting/ted thread adds 67ca1c5560 hurd: Fix timer/clock_getres crash on NULL res parameter adds 630d2568a1 hurd: drop SA_SIGINFO availability xfail adds c1105e34ac htl: Clear kernel_thread field before releasing the thread s [...] adds 1bd7a06a95 htl: Hide __pthread_attr's __schedparam type [BZ #23088] adds 84a9d5835a hurd: Fix exec() leak on proc_task2proc failure adds 54dda2cdba hurd: Add __rtld_execve adds 41a11a5e83 hurd: optimize exec cleanup adds 0eb230ccce hurd: Make RPC input array parameters const
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 + conform/data/signal.h-data | 3 +- elf/Makefile | 429 ++++++++--- elf/dl-misc.c | 281 +------- elf/{dl-misc.c => dl-printf.c} | 220 +----- elf/tst-dl_find_object.c | 2 +- hurd/hurdauth.c | 4 +- hurd/hurdexec.c | 30 +- hurd/hurdmsg.c | 14 +- hurd/report-wait.c | 2 +- manual/install.texi | 7 + math/auto-libm-test-in | 8 + math/auto-libm-test-out-atan2 | 788 +++++++++++++++++++++ scripts/test_printers_common.py | 11 + sysdeps/htl/bits/types/struct___pthread_attr.h | 8 +- sysdeps/htl/pt-attr-getschedparam.c | 2 +- sysdeps/htl/pt-attr-setschedparam.c | 4 +- sysdeps/htl/pt-attr.c | 2 +- sysdeps/htl/timer_routines.h | 4 +- sysdeps/hurd/htl/pt-kill.c | 4 + sysdeps/mach/htl/pt-thread-terminate.c | 3 + .../mach/hurd/dl-execve.h | 7 +- sysdeps/mach/hurd/dl-sysdep.c | 116 ++- sysdeps/mach/hurd/i386/Makefile | 70 -- sysdeps/posix/clock_getres.c | 7 +- 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 +- 37 files changed, 1406 insertions(+), 725 deletions(-) copy elf/{dl-misc.c => dl-printf.c} (59%) copy benchtests/bench-strchrnul.c => sysdeps/mach/hurd/dl-execve.h (79%)