This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 511c91b114 Improve random memcpy benchmark adds a179673f3d Use --disable-gdbserver in build-many-glibcs.py. adds cd7965bd97 ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk adds 8ba6ad703c hurd: Add __pthread_spin_wait and use it adds fba7fc5a21 htl C11 threads: Avoid pthread_ symbols visibility in static [...] adds fadf75c370 debug: Add missing locale dependencies of fortify tests adds eb948facd8 Fix typo in the name for Wednesday in Kurdish [BZ #9809] adds ec44e1efcd elf.h: Add R_RISCV_IRELATIVE adds 6c80c6e876 Add internal <file_change_detection.h> header file adds 6b89c385d8 io: Implement lchmod using fchmodat [BZ #14578] adds 752dd17443 Linux: Emulate fchmodat with AT_SYMLINK_NOFOLLOW using O_PAT [...] adds 47136d6cc3 io: Add io/tst-lchmod covering lchmod and fchmodat adds 08aea89ef6 S390: Fix non-ascii character in fenv.h. adds 6cf6a91d05 Rename RWF_WRITE_LIFE_NOT_SET to RWH_WRITE_LIFE_NOT_SET foll [...] adds 6721b9d52e Update translations adds eb447b7b4b elf: Allow dlopen of filter object to work [BZ #16272] adds 71bcfa6245 elf: avoid redundant sort in dlopen adds 0a8ce6a096 elf: avoid stack allocation in dl_open_worker adds f34c4d0f10 sunrpc: Properly clean up if tst-udp-timeout fails adds c953219420 alpha: Use generic gettimeofday implementation adds d3fbb18aa3 mips: Use 'long int' and 'long long int' in linux syscall code adds 4fbba6fe90 mips: Fix argument passing for inlined syscalls on Linux [BZ [...] adds 9333498794 Avoid ldbl-96 stack corruption from range reduction of pseud [...]
No new revisions were added by this update.
Summary of changes: debug/Makefile | 11 + elf/Makefile | 18 +- elf/dl-deps.c | 39 +- elf/dl-open.c | 39 +- elf/elf.h | 3 +- elf/tst-auxobj-dlopen.c | 47 ++ sysdeps/mach/hurd/fchmodat.c => elf/tst-auxobj.c | 41 +- .../mips16-syscall1.c => elf/tst-filterobj-aux.c | 24 +- .../hurd/fchmodat.c => elf/tst-filterobj-dlopen.c | 38 +- .../tst-filterobj-filtee.c | 18 +- .../gettimeofday.c => elf/tst-filterobj-filtee.h | 14 +- .../mips16-syscall0.c => elf/tst-filterobj-flt.c | 18 +- .../mips16-syscall1.c => elf/tst-filterobj.c | 29 +- htl/pt-create.c | 2 +- htl/pt-detach.c | 2 +- htl/pt-exit.c | 2 +- htl/pt-join.c | 2 +- htl/pt-self.c | 2 +- htl/pt-setcancelstate.c | 2 +- htl/pt-setcanceltype.c | 2 +- include/file_change_detection.h | 140 ++++ include/sys/stat.h | 1 + io/Makefile | 2 +- io/fchmodat.c | 1 + io/lchmod.c | 10 +- io/tst-file_change_detection.c | 206 ++++++ io/tst-lchmod.c | 314 ++++++++ localedata/locales/ckb_IQ | 2 +- po/be.po | 41 +- po/pt.po | 799 ++++++++++++++++++++- scripts/build-many-glibcs.py | 1 + sunrpc/tst-udp-timeout.c | 18 +- sysdeps/htl/pt-attr-destroy.c | 2 +- sysdeps/htl/pt-attr-getdetachstate.c | 2 +- sysdeps/htl/pt-attr-getinheritsched.c | 2 +- sysdeps/htl/pt-attr-getschedparam.c | 2 +- sysdeps/htl/pt-attr-getschedpolicy.c | 2 +- sysdeps/htl/pt-attr-getscope.c | 2 +- sysdeps/htl/pt-attr-init.c | 2 +- sysdeps/htl/pt-attr-setdetachstate.c | 2 +- sysdeps/htl/pt-attr-setinheritsched.c | 2 +- sysdeps/htl/pt-attr-setschedparam.c | 2 +- sysdeps/htl/pt-attr-setschedpolicy.c | 2 +- sysdeps/htl/pt-attr-setscope.c | 2 +- sysdeps/htl/pt-barrier-wait.c | 2 +- sysdeps/htl/pt-cond-brdcast.c | 6 +- sysdeps/htl/pt-cond-destroy.c | 4 +- sysdeps/htl/pt-cond-init.c | 2 +- sysdeps/htl/pt-cond-signal.c | 4 +- sysdeps/htl/pt-cond-timedwait.c | 8 +- sysdeps/htl/pt-cond-wait.c | 2 +- sysdeps/htl/pt-condattr-destroy.c | 2 +- sysdeps/htl/pt-condattr-init.c | 2 +- sysdeps/htl/pt-equal.c | 2 +- sysdeps/htl/pt-getschedparam.c | 2 +- sysdeps/htl/pt-getspecific.c | 2 +- sysdeps/htl/pt-key-create.c | 2 +- sysdeps/htl/pt-key-delete.c | 2 +- sysdeps/htl/pt-once.c | 4 +- sysdeps/htl/pt-rwlock-timedrdlock.c | 4 +- sysdeps/htl/pt-rwlock-timedwrlock.c | 4 +- sysdeps/htl/pt-rwlock-tryrdlock.c | 2 +- sysdeps/htl/pt-rwlock-trywrlock.c | 2 +- sysdeps/htl/pt-rwlock-unlock.c | 2 +- sysdeps/htl/pt-setschedparam.c | 2 +- sysdeps/htl/pt-setspecific.c | 2 +- sysdeps/htl/sem-getvalue.c | 2 +- sysdeps/htl/sem-post.c | 2 +- sysdeps/htl/sem-timedwait.c | 4 +- sysdeps/htl/sem-trywait.c | 2 +- .../ldbl-128ibm-compat/ieee128-sprintf_chk.c | 4 + .../ldbl-128ibm-compat/ieee128-vsprintf_chk.c | 4 + sysdeps/ieee754/ldbl-96/Makefile | 3 +- sysdeps/ieee754/ldbl-96/e_rem_pio2l.c | 12 + .../ieee754/ldbl-96/test-sinl-pseudo.c | 43 +- sysdeps/mach/htl/bits/spin-lock-inline.h | 9 + sysdeps/mach/hurd/fchmodat.c | 1 + sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 6 +- sysdeps/mach/hurd/htl/pt-mutex-destroy.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-init.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-lock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-timedlock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-trylock.c | 2 +- sysdeps/mach/hurd/htl/pt-mutex-unlock.c | 2 +- sysdeps/mach/hurd/i386/Makefile | 4 - sysdeps/s390/fpu/bits/fenv.h | 4 +- sysdeps/unix/sysv/linux/alpha/gettimeofday.c | 9 +- sysdeps/unix/sysv/linux/alpha/syscalls.list | 1 - sysdeps/unix/sysv/linux/bits/fcntl-linux.h | 3 +- sysdeps/unix/sysv/linux/fchmodat.c | 58 +- .../unix/sysv/linux/mips/mips32/mips-syscall5.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall6.S | 6 +- .../unix/sysv/linux/mips/mips32/mips-syscall7.S | 7 +- .../sysv/linux/mips/mips32/mips16/mips16-syscall.h | 64 +- .../linux/mips/mips32/mips16/mips16-syscall0.c | 4 +- .../linux/mips/mips32/mips16/mips16-syscall1.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall2.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall3.c | 6 +- .../linux/mips/mips32/mips16/mips16-syscall4.c | 6 +- sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 145 ++-- sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h | 121 ++-- sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h | 119 +-- sysdeps/unix/sysv/linux/mips/mips64/syscall.S | 2 +- sysdeps/unix/sysv/linux/mips/sysdep.h | 4 +- time/gettimeofday.c | 6 - 105 files changed, 2196 insertions(+), 471 deletions(-) create mode 100644 elf/tst-auxobj-dlopen.c copy sysdeps/mach/hurd/fchmodat.c => elf/tst-auxobj.c (53%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => elf/tst-filte [...] copy sysdeps/mach/hurd/fchmodat.c => elf/tst-filterobj-dlopen.c (55%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/alpha/gettimeofday.c => elf/tst-filterobj-filtee.h (70%) copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c => elf/tst-filte [...] copy sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c => elf/tst-filte [...] create mode 100644 include/file_change_detection.h create mode 100644 io/tst-file_change_detection.c create mode 100644 io/tst-lchmod.c copy io/fchmodat.c => sysdeps/ieee754/ldbl-96/test-sinl-pseudo.c (54%)