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-master-aarch64-spec2k6-Oz in repository toolchain/ci/glibc.
from 484b7af3cc riscv: restore ABI compatibility (bug 24484) adds 97274b1846 dl-vdso: Add LINUX_4 HASH CODE to support nds32 vdso mechanism adds f215dbbdf1 benchtests: hypot benchmark adds 69461d9896 powerpc: hypot refactor and optimization adds 931c616eed powerpc: Refactor modf{f} adds 0cccd37f70 benchtests: Add logb{f} benchmark adds 105f2ed368 math: Use wordsize-64 version for s_logb adds 6ea21bfe43 powerpc: refactor logb{f,l} adds 7444810387 NEWS: clarify copy_file_range adds 6ba205b2c3 nftw: fill in stat buf for dangling links [BZ #23501] adds b5232c9f9e [powerpc] fenv_libc.h: protect use of __builtin_cpu_supports adds 7901d4ee7b locale/tst-locale-locpath: Fix arguments passing adds 32b8188ac8 Don't declare __malloc_check_init in <malloc.h> (bug 23352) adds 30ba037546 aarch64: simplify the DT_AARCH64_VARIANT_PCS handling code adds 99135114ba nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] adds a008c76b56 posix: Fix large mmap64 offset for mips64n32 (BZ#24699) adds 99d01ffcc3 nptl: Add clockid parameter to futex timed wait calls adds 6615f77978 nptl: Add POSIX-proposed sem_clockwait adds afe4de7d28 nptl: Add POSIX-proposed pthread_cond_clockwait adds 600b4be4d9 nptl: pthread_rwlock: Move timeout validation into _full functions adds e996fa72a9 nptl: Add POSIX-proposed pthread_rwlock_clockrdlock & pthrea [...] adds 59213094c8 nptl: Rename lll_timedlock to lll_clocklock and add clockid [...] adds 9d20e22e46 nptl: Add POSIX-proposed pthread_mutex_clocklock adds 65dd7e9ce3 Update NEWS for new _clockwait and _clocklock functions adds 1ff1373b33 nptl: Remove futex_supports_exact_relative_timeouts
No new revisions were added by this update.
Summary of changes: ChangeLog | 568 +++++++++++++++++++++ NEWS | 17 +- benchtests/Makefile | 2 +- benchtests/hypot-inputs | 16 + benchtests/logb-inputs | 11 + benchtests/logbf-inputs | 11 + include/malloc.h | 2 - io/Makefile | 3 +- io/ftw.c | 6 +- io/tst-ftw-lnk.c | 239 +++++++++ locale/Makefile | 2 +- malloc/malloc-internal.h | 3 + malloc/malloc.h | 3 - manual/memory.texi | 1 - manual/threads.texi | 58 +++ nptl/DESIGN-systemtap-probes.txt | 3 + nptl/Makefile | 10 +- nptl/Versions | 6 + nptl/forward.c | 5 + nptl/lll_timedlock_wait.c | 15 +- nptl/nptl-init.c | 1 + nptl/pthreadP.h | 5 + nptl/pthread_cond_wait.c | 64 +-- nptl/pthread_condattr_setclock.c | 5 - nptl/pthread_mutex_timedlock.c | 50 +- ...wlock_rdlock.c => pthread_rwlock_clockrdlock.c} | 17 +- ...wlock_rdlock.c => pthread_rwlock_clockwrlock.c} | 17 +- nptl/pthread_rwlock_common.c | 32 +- nptl/pthread_rwlock_rdlock.c | 2 +- nptl/pthread_rwlock_timedrdlock.c | 12 +- nptl/pthread_rwlock_timedwrlock.c | 12 +- nptl/pthread_rwlock_wrlock.c | 2 +- nptl/{sem_timedwait.c => sem_clockwait.c} | 25 +- nptl/sem_timedwait.c | 3 +- nptl/sem_wait.c | 3 +- nptl/sem_waitcommon.c | 15 +- nptl/tst-abstime.c | 10 + nptl/tst-cond11.c | 38 +- nptl/tst-cond26.c | 77 +++ nptl/tst-cond27.c | 66 +++ nptl/tst-mutex11.c | 69 +++ nptl/tst-mutex5.c | 37 +- nptl/tst-mutex9.c | 24 +- nptl/tst-rwlock14.c | 12 + nptl/tst-rwlock6.c | 95 +++- nptl/tst-rwlock7.c | 83 ++- nptl/tst-rwlock9.c | 102 ++-- nptl/tst-sem13.c | 39 +- nptl/tst-sem17.c | 76 +++ nptl/tst-sem5.c | 23 +- nss/Makefile | 4 +- nss/nss_db/db-open.c | 6 +- nss/tst-nss-db-endgrent.c | 54 ++ nss/tst-nss-db-endgrent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.c | 66 +++ nss/tst-nss-db-endpwent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.root/var/db/passwd.in | 4 + posix/tst-mmap-offset.c | 9 +- support/Makefile | 5 + support/links-dso-program-c.c | 17 + support/links-dso-program.cc | 17 + sysdeps/aarch64/dl-machine.h | 6 +- sysdeps/aarch64/linkmap.h | 1 - sysdeps/generic/mmap_info.h | 16 + sysdeps/ieee754/dbl-64/s_logb.c | 61 ++- sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c | 47 -- sysdeps/nptl/futex-internal.h | 18 +- sysdeps/nptl/lowlevellock-futex.h | 13 +- sysdeps/nptl/lowlevellock.h | 16 +- sysdeps/nptl/pthread-functions.h | 4 + sysdeps/nptl/pthread.h | 36 ++ sysdeps/powerpc/fpu/e_hypot.c | 94 +--- sysdeps/powerpc/fpu/fenv_libc.h | 4 +- sysdeps/powerpc/{power7 => }/fpu/s_logb.c | 64 +-- sysdeps/powerpc/{power7 => }/fpu/s_logbf.c | 44 +- sysdeps/powerpc/{power7 => }/fpu/s_logbl.c | 47 +- sysdeps/powerpc/{power5+ => }/fpu/s_modf.c | 17 +- sysdeps/powerpc/{power5+ => }/fpu/s_modff.c | 13 +- .../powerpc32/power4/fpu/multiarch/s_logb-power7.c | 13 +- .../power4/fpu/multiarch/s_logbf-power7.c | 8 +- .../power4/fpu/multiarch/s_logbl-power7.c | 3 +- .../power4/fpu/multiarch/s_modf-power5+.c | 13 +- .../power4/fpu/multiarch/s_modff-power5+.c | 9 +- .../powerpc/powerpc64/be/fpu/multiarch/Makefile | 29 +- .../{ => be}/fpu/multiarch/s_logb-power7.c | 3 +- .../{ => be}/fpu/multiarch/s_logb-ppc64.c | 0 .../powerpc64/{ => be}/fpu/multiarch/s_logb.c | 0 .../{ => be}/fpu/multiarch/s_logbf-power7.c | 3 +- .../{ => be}/fpu/multiarch/s_logbf-ppc64.c | 0 .../powerpc64/{ => be}/fpu/multiarch/s_logbf.c | 0 .../{ => be}/fpu/multiarch/s_logbl-power7.c | 3 +- .../{ => be}/fpu/multiarch/s_logbl-ppc64.c | 0 .../powerpc64/{ => be}/fpu/multiarch/s_logbl.c | 0 .../{ => be}/fpu/multiarch/s_modf-power5+.c | 3 +- .../{ => be}/fpu/multiarch/s_modf-ppc64.c | 0 .../powerpc64/{ => be}/fpu/multiarch/s_modf.c | 0 .../{ => be}/fpu/multiarch/s_modff-power5+.c | 3 +- .../{ => be}/fpu/multiarch/s_modff-ppc64.c | 0 .../powerpc64/{ => be}/fpu/multiarch/s_modff.c | 0 sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 27 - .../powerpc64/fpu/multiarch/e_hypot-power7.c | 19 - .../powerpc64/fpu/multiarch/e_hypot-ppc64.c | 26 - sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c | 33 -- .../powerpc64/fpu/multiarch/e_hypotf-power7.c | 19 - .../powerpc64/fpu/multiarch/e_hypotf-ppc64.c | 26 - sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c | 33 -- sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c | 1 - sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c | 1 - sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c | 1 - sysdeps/pthread/semaphore.h | 7 + sysdeps/sparc/sparc32/lll_timedlock_wait.c | 2 +- sysdeps/sparc/sparc32/lowlevellock.c | 15 +- sysdeps/unix/sysv/linux/aarch64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/alpha/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/arm/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/csky/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/dl-vdso.h | 2 + sysdeps/unix/sysv/linux/futex-internal.h | 32 +- sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/i386/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/lowlevellock-futex.h | 32 +- .../sysv/linux/m68k/coldfire/libpthread.abilist | 5 + .../unix/sysv/linux/m68k/m680x0/libpthread.abilist | 5 + .../unix/sysv/linux/microblaze/libpthread.abilist | 5 + .../unix/sysv/linux/mips/mips32/libpthread.abilist | 5 + .../unix/sysv/linux/mips/mips64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/mips/mmap_info.h | 13 + sysdeps/unix/sysv/linux/mmap64.c | 9 +- sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/powerpc/elision-timed.c | 6 +- sysdeps/unix/sysv/linux/powerpc/lowlevellock.h | 9 +- .../linux/powerpc/powerpc32/libpthread.abilist | 5 + .../linux/powerpc/powerpc64/be/libpthread.abilist | 5 + .../linux/powerpc/powerpc64/le/libpthread.abilist | 5 + .../unix/sysv/linux/riscv/rv64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/s390/elision-timed.c | 6 +- sysdeps/unix/sysv/linux/s390/lowlevellock.h | 9 +- .../sysv/linux/s390/s390-32/libpthread.abilist | 5 + .../sysv/linux/s390/s390-64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/sh/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/sparc/lowlevellock.h | 11 +- .../sysv/linux/sparc/sparc32/libpthread.abilist | 5 + .../sysv/linux/sparc/sparc64/libpthread.abilist | 5 + sysdeps/unix/sysv/linux/x86/elision-timed.c | 6 +- sysdeps/unix/sysv/linux/x86/lowlevellock.h | 11 +- .../unix/sysv/linux/x86_64/64/libpthread.abilist | 5 + .../unix/sysv/linux/x86_64/x32/libpthread.abilist | 5 + 148 files changed, 2435 insertions(+), 813 deletions(-) create mode 100644 benchtests/hypot-inputs create mode 100644 benchtests/logb-inputs create mode 100644 benchtests/logbf-inputs create mode 100644 io/tst-ftw-lnk.c copy nptl/{pthread_rwlock_rdlock.c => pthread_rwlock_clockrdlock.c} (64%) copy nptl/{pthread_rwlock_rdlock.c => pthread_rwlock_clockwrlock.c} (64%) copy nptl/{sem_timedwait.c => sem_clockwait.c} (65%) create mode 100644 nptl/tst-cond26.c create mode 100644 nptl/tst-cond27.c create mode 100644 nptl/tst-mutex11.c create mode 100644 nptl/tst-sem17.c create mode 100644 nss/tst-nss-db-endgrent.c create mode 100644 nss/tst-nss-db-endgrent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.c create mode 100644 nss/tst-nss-db-endpwent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.root/var/db/passwd.in create mode 100644 sysdeps/generic/mmap_info.h delete mode 100644 sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c rename sysdeps/powerpc/{power7 => }/fpu/s_logb.c (56%) rename sysdeps/powerpc/{power7 => }/fpu/s_logbf.c (67%) rename sysdeps/powerpc/{power7 => }/fpu/s_logbl.c (72%) rename sysdeps/powerpc/{power5+ => }/fpu/s_modf.c (74%) rename sysdeps/powerpc/{power5+ => }/fpu/s_modff.c (77%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logb-power7.c (91%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logb-ppc64.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logb.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbf-power7.c (91%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbf-ppc64.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbf.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbl-power7.c (91%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbl-ppc64.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_logbl.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modf-power5+.c (91%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modf-ppc64.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modf.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modff-power5+.c (91%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modff-ppc64.c (100%) rename sysdeps/powerpc/powerpc64/{ => be}/fpu/multiarch/s_modff.c (100%) delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c delete mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c delete mode 100644 sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c delete mode 100644 sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c delete mode 100644 sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c create mode 100644 sysdeps/unix/sysv/linux/mips/mmap_info.h