This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from fd0981e402 hurd: Correct 'ethenet' spelling new 558251bd87 aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] new e156dabc76 aarch64: Add variant PCS lazy binding test [BZ #26798]
The 2 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: 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 +++++++++++++++++++++++ 6 files changed, 292 insertions(+), 8 deletions(-) create mode 100644 sysdeps/aarch64/tst-vpcs-mod.S create mode 100644 sysdeps/aarch64/tst-vpcs.c