This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from 41d6f74e6c nptl: Remove vfork IFUNC-based forwarder from libpthread [BZ [...] new 2b8a3c86e7 aarch64: new ifunc resolver ABI new 484b7af3cc riscv: restore ABI compatibility (bug 24484)
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: ChangeLog | 13 +++++ sysdeps/aarch64/Makefile | 6 ++ sysdeps/aarch64/dl-irel.h | 9 ++- support/xspawn.h => sysdeps/aarch64/sys/ifunc.h | 28 +++++---- .../aarch64/tst-ifunc-arg-1.c | 67 +++++++++++----------- sysdeps/aarch64/tst-ifunc-arg-2.c | 66 +++++++++++++++++++++ sysdeps/riscv/ldsodefs.h | 5 ++ 7 files changed, 149 insertions(+), 45 deletions(-) copy support/xspawn.h => sysdeps/aarch64/sys/ifunc.h (53%) copy support/tst-xsigstack.c => sysdeps/aarch64/tst-ifunc-arg-1.c (50%) create mode 100644 sysdeps/aarch64/tst-ifunc-arg-2.c