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-check_cross in repository toolchain/ci/glibc.
from fd0981e402 hurd: Correct 'ethenet' spelling adds 558251bd87 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] adds e156dabc76 aarch64: Add variant PCS lazy binding test [BZ #26798] adds fbb71eddb3 tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820] adds bb0719a80d msg: Remove redundant #include <sys/msg.h> header adds 9a99c68214 iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] adds dc274b1416 Remove __warn_memset_zero_len [BZ #25399] adds 34aec973e1 Remove __warndecl adds aa11ab9953 Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSD adds dfe2e7a562 bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY adds 5edf3d9fd6 aarch64: Add unwind information to _start (bug 26853) adds 75a193b761 linux: Allow adjtime with NULL argument [BZ #26833]
No new revisions were added by this update.
Summary of changes: NEWS | 4 +- debug/Makefile | 2 +- debug/warning-nop.c | 70 -------------- iconv/tst-iconv_prog.sh | 16 ++-- iconvdata/ibm1364.c | 14 +-- misc/sys/cdefs.h | 3 - nptl/Makefile | 2 +- string/bits/string_fortified.h | 15 --- sysdeps/aarch64/Makefile | 7 ++ sysdeps/aarch64/configure | 40 ++++++++ sysdeps/aarch64/configure.ac | 22 +++++ sysdeps/aarch64/dl-machine.h | 12 +-- sysdeps/aarch64/start.S | 7 +- sysdeps/aarch64/tst-vpcs-mod.S | 141 +++++++++++++++++++++++++++++ sysdeps/aarch64/tst-vpcs.c | 78 ++++++++++++++++ sysdeps/unix/bsd/getpt.c | 18 ++-- sysdeps/unix/bsd/unlockpt.c | 7 +- sysdeps/unix/sysv/linux/adjtime.c | 11 ++- sysdeps/unix/sysv/linux/msgget.c | 1 - sysdeps/unix/sysv/linux/msgrcv.c | 1 - sysdeps/unix/sysv/linux/msgsnd.c | 1 - sysdeps/unix/sysv/linux/shmat.c | 1 - sysdeps/unix/sysv/linux/shmdt.c | 1 - sysdeps/unix/sysv/linux/shmget.c | 1 - time/Makefile | 3 +- posix/tst-fnmatch6.c => time/tst-adjtime.c | 27 ++++-- 26 files changed, 353 insertions(+), 152 deletions(-) delete mode 100644 debug/warning-nop.c create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S create mode 100644 sysdeps/aarch64/tst-vpcs.c copy posix/tst-fnmatch6.c => time/tst-adjtime.c (64%)