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 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] new fbb71eddb3 tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]
The 1 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: nptl/Makefile | 2 +- sysdeps/aarch64/Makefile | 7 ++ sysdeps/aarch64/configure | 40 ++++++++++++ sysdeps/aarch64/configure.ac | 22 +++++++ sysdeps/aarch64/dl-machine.h | 12 ++-- sysdeps/aarch64/tst-vpcs-mod.S | 141 +++++++++++++++++++++++++++++++++++++++++ sysdeps/aarch64/tst-vpcs.c | 78 +++++++++++++++++++++++ 7 files changed, 293 insertions(+), 9 deletions(-) create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S create mode 100644 sysdeps/aarch64/tst-vpcs.c