This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6edbe546d6 arm: Fix typo in array count new 6a2c695266 aarch64: Thunderx specific memcpy and memmove
The 1 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 | 14 ++++ sysdeps/aarch64/memcpy.S | 27 ++++--- sysdeps/aarch64/multiarch/Makefile | 3 + .../armv7 => aarch64}/multiarch/ifunc-impl-list.c | 43 +++++------ .../aarch64/multiarch/init-arch.h | 14 ++-- .../memmove.c => aarch64/multiarch/memcpy.c} | 37 ++++----- .../multiarch/memcpy_generic.S} | 36 ++++----- .../{memcpy.S => multiarch/memcpy_thunderx.S} | 88 +++++++++++++++++++--- .../power4 => aarch64}/multiarch/memmove.c | 29 +++---- 9 files changed, 190 insertions(+), 101 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/Makefile copy sysdeps/{arm/armv7 => aarch64}/multiarch/ifunc-impl-list.c (55%) copy support/xpthread_attr_init.c => sysdeps/aarch64/multiarch/init-arch.h (79%) copy sysdeps/{powerpc/powerpc32/power4/multiarch/memmove.c => aarch64/multiarch/me [...] copy sysdeps/{powerpc/powerpc64/multiarch/memset-ppc64.S => aarch64/multiarch/memc [...] copy sysdeps/aarch64/{memcpy.S => multiarch/memcpy_thunderx.S} (75%) copy sysdeps/{powerpc/powerpc32/power4 => aarch64}/multiarch/memmove.c (62%)