This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz in repository toolchain/ci/glibc.
from c56022269f stdlib: Move tst-system to tests-container adds 6f4527a7dd Fix data race in setting function descriptors during lazy bi [...] adds 1c05b8f551 Add new file missed in previous hppa commit. adds 7378e9c520 x32: Properly pass long to syscall [BZ #25810] adds 6bd82f5fd0 Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810] adds 618a86e09e Add a syscall test for [BZ #25810] adds a604ee4a54 Mark unsigned long arguments with U in more syscalls [BZ #25810] adds bc33a4d53c Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810] adds 8e94ffe0f8 powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] adds c8e3101337 Add a C wrapper for prctl [BZ #25896] adds 6ffe972db7 x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [B [...] adds 4748829f86 NEWS: Mention fixes for BZ 25810/25896/25902/25966
No new revisions were added by this update.
Summary of changes: NEWS | 6 + include/sys/prctl.h | 1 + misc/Makefile | 3 +- misc/tst-syscalls.c | 167 +++++++++++++++++++++ sysdeps/hppa/dl-fptr.c | 26 +++- sysdeps/hppa/dl-machine.h | 36 ++++- sysdeps/hppa/dl-runtime.c | 58 +++++++ sysdeps/hppa/dl-trampoline.S | 74 +++++++-- sysdeps/unix/make-syscalls.sh | 24 +++ sysdeps/unix/syscall-template.S | 49 +++++- sysdeps/unix/syscalls.list | 22 +-- sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/hppa/atomic-machine.h | 28 ++++ sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 24 +-- sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 24 +-- .../{sparc/sparc32/sigreturn_stub.S => prctl.c} | 40 +++-- .../sigreturn_stub.S => process_vm_readv.c} | 30 ++-- .../sigreturn_stub.S => process_vm_writev.c} | 30 ++-- sysdeps/unix/sysv/linux/syscalls.list | 41 +++-- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 86 ++++++++--- sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 35 +++++ .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 6 +- 22 files changed, 659 insertions(+), 155 deletions(-) create mode 100644 misc/tst-syscalls.c create mode 100644 sysdeps/hppa/dl-runtime.c copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => prctl.c} (50%) copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => process_vm_readv.c} (66%) copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => process_vm_writev. [...]