This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from cbcd65c8b5 Add a comment for --enable-initfini-array [BZ #27945] adds 120ac6d238 Move assignment out of the CAS condition adds 54816ae98d elf: Move LAV_CURRENT to link_lavcurrent.h adds b4bbedb1e7 dso-ordering-test.py: Put all sources in one directory [BZ #28550] adds 1f67d8286b elf: Use a temporary file to generate Makefile fragments [BZ [...] adds d8c2e8e043 elf: hidden visibility for __minimal_malloc functions adds a43c0b5483 x86-64: Create microbenchmark infrastructure for libmvec
No new revisions were added by this update.
Summary of changes: .../globfree64-time64.c => bits/link_lavcurrent.h | 19 +- elf/Makefile | 12 +- elf/dl-minimal-malloc.c | 5 + elf/link.h | 2 +- nptl/pthread_mutex_lock.c | 7 +- nptl/pthread_mutex_timedlock.c | 7 +- scripts/dso-ordering-test.py | 47 ++- sysdeps/x86_64/fpu/Makeconfig | 35 ++ sysdeps/x86_64/fpu/Makefile | 40 ++ sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 103 +++++ sysdeps/x86_64/fpu/scripts/bench_libmvec.py | 464 +++++++++++++++++++++ 11 files changed, 704 insertions(+), 37 deletions(-) copy posix/globfree64-time64.c => bits/link_lavcurrent.h (72%) create mode 100644 sysdeps/x86_64/fpu/bench-libmvec-skeleton.c create mode 100755 sysdeps/x86_64/fpu/scripts/bench_libmvec.py