This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 78e09591a5 Optimize scripts/merge-test-results.sh new 862897d2ad Replace Minumum/minumum with Minimum/minimum new 7a887dd537 posix: Fix -Warray-bounds instances building timer_create [B [...] new c42b7058a2 login/tst-grantpt: Convert to support framework, more error [...] new 0f9793a556 Linux: unlockpt needs to fail with EINVAL, not ENOTTY (bug 26053) new 27fe5f2e67 Linux: Require properly configured /dev/pts for PTYs new 56f8d44294 elf: Do not search HWCAP subdirectories in statically linked [...] new b31d4355ae elf: Implement _dl_write new a04689ee7a nptl: Add missing cancellation flags on futex_internal and p [...]
The 8 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: INSTALL | 11 +-- NEWS | 16 +++- bits/sigstack.h | 2 +- elf/Makefile | 6 +- elf/dl-load.c | 14 +++ elf/{dl-writev.h => dl-write.c} | 42 ++++----- login/tst-grantpt.c | 105 ++++++++++++++------- malloc/malloc.c | 2 +- manual/install.texi | 11 +-- sysdeps/generic/ldsodefs.h | 6 ++ sysdeps/nptl/Makefile | 1 + sysdeps/unix/sysv/linux/Makefile | 1 + .../unix/sysv/linux/{arc/sysdep.c => dl-write.c} | 21 ++--- sysdeps/unix/sysv/linux/getpt.c | 67 +------------ sysdeps/unix/sysv/linux/grantpt.c | 73 +++++++------- sysdeps/unix/sysv/linux/kernel-posix-timers.h | 52 +++++++--- sysdeps/unix/sysv/linux/mips/configure | 2 +- sysdeps/unix/sysv/linux/mips/configure.ac | 2 +- sysdeps/unix/sysv/linux/ptsname.c | 95 +------------------ sysdeps/unix/sysv/linux/timer_create.c | 74 +++++---------- sysdeps/unix/sysv/linux/timer_delete.c | 15 ++- sysdeps/unix/sysv/linux/timer_getoverr.c | 8 +- sysdeps/unix/sysv/linux/timer_gettime.c | 6 +- sysdeps/unix/sysv/linux/timer_settime.c | 8 +- sysdeps/unix/sysv/linux/unlockpt.c | 21 +---- sysdeps/unix/sysv/linux/x86_64/timer_gettime.c | 4 +- sysdeps/unix/sysv/linux/x86_64/timer_settime.c | 5 +- 27 files changed, 281 insertions(+), 389 deletions(-) copy elf/{dl-writev.h => dl-write.c} (58%) copy sysdeps/unix/sysv/linux/{arc/sysdep.c => dl-write.c} (71%)