This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 0656b649c5 elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_ME [...] adds 23c77f6018 nptl: Increase default TCB alignment to 32 adds 4df1fa6ddc x86-64: Use notl in EVEX strcmp [BZ #28646] adds bada2e312a Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR adds c1cb2deeca elf: execve statically linked programs instead of crashing [ [...] adds 4fb4e7e821 csu: Always use __executable_start in gmon-start.c adds 68007900be misc, nptl: Remove stray references to __condvar_load_64_relaxed adds 00baddbb93 linux: Add generic syscall implementation adds a329f68f2e linux: Add generic ioctl implementation adds ceeffe968c x86: Don't set Prefer_No_AVX512 for processors with AVX512 a [...]
No new revisions were added by this update.
Summary of changes: INSTALL | 5 ++ NEWS | 4 ++ config.h.in | 3 + configure | 16 ++++++ configure.ac | 7 +++ csu/gmon-start.c | 29 +--------- elf/Makefile | 3 + elf/rtld.c | 50 ++++++++++++++--- elf/tst-rtld-run-static.c | 62 +++++++++++++++++++++ manual/install.texi | 5 ++ misc/atomic_wide_counter.c | 4 +- nptl/descr.h | 4 +- nptl/pthread_cond_common.c | 2 +- nptl/tst-tls3mod.c | 1 + string/test-strcmp.c | 28 ++++++++++ support/support_test_main.c | 2 +- sysdeps/aarch64/nptl/pthreaddef.h | 3 - sysdeps/alpha/nptl/pthreaddef.h | 3 - sysdeps/arc/nptl/pthreaddef.h | 3 - sysdeps/arm/nptl/pthreaddef.h | 3 - sysdeps/csky/nptl/pthreaddef.h | 3 - elf/tst-audit17.c => sysdeps/generic/dl-execve.h | 10 ++-- sysdeps/hppa/entry.h | 13 ----- sysdeps/ia64/entry.h | 13 ----- sysdeps/ia64/nptl/pthreaddef.h | 3 - sysdeps/m68k/nptl/pthreaddef.h | 3 - sysdeps/microblaze/nptl/pthreaddef.h | 3 - sysdeps/mips/nptl/pthreaddef.h | 3 - sysdeps/nios2/nptl/pthreaddef.h | 3 - sysdeps/powerpc/nptl/pthreaddef.h | 3 - sysdeps/powerpc/powerpc64/entry.h | 37 ------------ sysdeps/riscv/nptl/pthreaddef.h | 3 - sysdeps/s390/nptl/pthreaddef.h | 3 - sysdeps/sh/nptl/pthreaddef.h | 3 - sysdeps/sparc/sparc32/pthreaddef.h | 3 - sysdeps/sparc/sparc64/pthreaddef.h | 4 -- sysdeps/unix/sysdep.h | 20 +++++++ .../unix/sysv/linux/dl-execve.h | 12 ++-- sysdeps/unix/sysv/linux/hppa/syscall.c | 65 ---------------------- .../{nios2/kernel_stat.h => internal-ioctl.h} | 12 ++-- {misc => sysdeps/unix/sysv/linux}/ioctl.c | 35 +++++++++--- .../linux/powerpc/{ioctl.c => internal-ioctl.h} | 42 ++++---------- sysdeps/unix/sysv/linux/riscv/syscall.c | 4 +- .../bsd-_setjmp.S => unix/sysv/linux/syscall.c} | 34 +++++++---- sysdeps/x86/cpu-features.c | 7 ++- sysdeps/x86_64/multiarch/strcmp-evex.S | 14 +++-- 46 files changed, 299 insertions(+), 293 deletions(-) create mode 100644 elf/tst-rtld-run-static.c copy elf/tst-audit17.c => sysdeps/generic/dl-execve.h (83%) delete mode 100644 sysdeps/hppa/entry.h delete mode 100644 sysdeps/ia64/entry.h delete mode 100644 sysdeps/powerpc/powerpc64/entry.h copy elf/tst-auxvalmod.c => sysdeps/unix/sysv/linux/dl-execve.h (78%) delete mode 100644 sysdeps/unix/sysv/linux/hppa/syscall.c copy sysdeps/unix/sysv/linux/{nios2/kernel_stat.h => internal-ioctl.h} (74%) copy {misc => sysdeps/unix/sysv/linux}/ioctl.c (56%) rename sysdeps/unix/sysv/linux/powerpc/{ioctl.c => internal-ioctl.h} (55%) copy sysdeps/{arm/bsd-_setjmp.S => unix/sysv/linux/syscall.c} (56%)