This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm in repository toolchain/ci/glibc.
from 268d812c19 elf: Remove AArch64 from comment for AT_MINSIGSTKSZ adds abddd61de0 x86: Optimize L(less_vec) case in memcmp-evex-movbe.S adds cca457f9c5 x86: Optimize L(less_vec) case in memcmpeq-evex.S adds 422e4cd0ff stdio-common: Fix %m sprintf test output for GNU/Hurd adds 53c38911b8 malloc: Add missing shared thread library flags adds 1c6e6e52e5 hurd: XFAIL more tests that require setpshared support adds 7b358de1af hurd: Fix XFAIL-ing mallocfork2 tests new 2ce0481d26 hurd: let csu initialize tls new ae49f218da hurd: Fix static-PIE startup
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: hurd/dtable.c | 8 +- hurd/hurd/userlink.h | 39 ++-- hurd/hurdid.c | 7 +- hurd/hurdinit.c | 6 +- hurd/hurdmalloc.c | 10 +- hurd/hurdpid.c | 7 +- hurd/hurdrlimit.c | 7 +- hurd/hurdsock.c | 7 +- include/set-hooks.h | 25 +++ malloc/Makefile | 16 ++ stdio-common/tst-sprintf-errno.c | 10 + .../generic/set-hooks-arch.h | 25 +-- .../i386/set-hooks-arch.h | 21 +- sysdeps/mach/hurd/brk.c | 8 +- sysdeps/mach/hurd/check_fds.c | 6 +- sysdeps/mach/hurd/i386/Makefile | 12 +- sysdeps/mach/hurd/i386/init-first.c | 5 +- sysdeps/mach/hurd/libc-start.h | 31 --- sysdeps/x86_64/multiarch/memcmp-evex-movbe.S | 249 +++++---------------- sysdeps/x86_64/multiarch/memcmpeq-evex.S | 170 ++++---------- .../x86_64/set-hooks-arch.h | 21 +- 21 files changed, 240 insertions(+), 450 deletions(-) copy elf/tst-align3.c => sysdeps/generic/set-hooks-arch.h (66%) copy elf/tst-ro-dynamic.c => sysdeps/i386/set-hooks-arch.h (72%) delete mode 100644 sysdeps/mach/hurd/libc-start.h copy elf/tst-ro-dynamic.c => sysdeps/x86_64/set-hooks-arch.h (72%)