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/gnu-release-arm-spec2k6-Os in repository toolchain/ci/glibc.
from c56022269f stdlib: Move tst-system to tests-container new 6f4527a7dd Fix data race in setting function descriptors during lazy bi [...] new 1c05b8f551 Add new file missed in previous hppa commit. new 7378e9c520 x32: Properly pass long to syscall [BZ #25810] new 6bd82f5fd0 Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810] new 618a86e09e Add a syscall test for [BZ #25810] new a604ee4a54 Mark unsigned long arguments with U in more syscalls [BZ #25810] new bc33a4d53c Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810] new 8e94ffe0f8 powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] new c8e3101337 Add a C wrapper for prctl [BZ #25896]
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 1 + 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 +++++ 21 files changed, 651 insertions(+), 152 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. [...]