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_gdb/master-arm in repository toolchain/ci/glibc.
from d465e5e0da Remove the last trace of generate-md5 [BZ #28554] adds d585ba47fc string: Make tests birdirectional test-memcpy.c adds 5e6cce9b34 benchtests: Add additional cases to bench-memcpy.c and bench [...] adds ac759b1fbf benchtests: Add partial overlap case in bench-memmove-walk.c adds a6b7502ec0 x86: Optimize memmove-vec-unaligned-erms.S adds 475b63702e x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h adds f2c996597d hurd: Implement close_range and closefrom adds d41985b71e hurd: Remove unused __libc_close_range
No new revisions were added by this update.
Summary of changes: benchtests/bench-memcpy.c | 49 +- benchtests/bench-memmove-walk.c | 61 ++- benchtests/bench-memmove.c | 26 +- string/test-memcpy.c | 167 +++++- string/test-memmove.c | 75 ++- sysdeps/mach/hurd/Makefile | 2 +- sysdeps/mach/hurd/Versions | 3 + {bits => sysdeps/mach/hurd/bits}/unistd_ext.h | 15 +- sysdeps/mach/hurd/close_range.c | 66 +++ .../mach/hurd/closefrom.c | 13 +- sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/x86/dl-cacheinfo.h | 8 +- sysdeps/x86/dl-tunables.list | 26 +- sysdeps/x86_64/memmove.S | 2 +- .../multiarch/memmove-avx-unaligned-erms-rtm.S | 2 +- .../x86_64/multiarch/memmove-avx-unaligned-erms.S | 2 +- .../multiarch/memmove-avx512-unaligned-erms.S | 2 +- .../x86_64/multiarch/memmove-evex-unaligned-erms.S | 2 +- .../x86_64/multiarch/memmove-vec-unaligned-erms.S | 595 +++++++++++++-------- 19 files changed, 820 insertions(+), 297 deletions(-) copy {bits => sysdeps/mach/hurd/bits}/unistd_ext.h (65%) create mode 100644 sysdeps/mach/hurd/close_range.c copy support/xpthread_kill.c => sysdeps/mach/hurd/closefrom.c (78%)