S390: Use memcpy for forward cases in memmove.
authorStefan Liebler <stli@linux.ibm.com>
Tue, 18 Dec 2018 12:57:07 +0000 (13:57 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 18 Dec 2018 12:57:07 +0000 (13:57 +0100)
commitd097d97626e44bc6e76d5daf80ce3ff7d147b623
treed29b4efc0ba2f05ab9c33836f5883f7310c41ad8
parente099aab060df178a7fcd5a55282650fe45ccea66
S390: Use memcpy for forward cases in memmove.

The s390/s390x memcpy implementations are safe to be
used by memmove.  Starting with this commit, memmove is
using memcpy for the forward cases on s390.

ChangeLog:

* sysdeps/s390/memcopy.h: New file.
ChangeLog
sysdeps/s390/memcopy.h [new file with mode: 0644]