add big-endian support to ARM assembler memcpy
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 21 Jan 2020 18:52:15 +0000 (10:52 -0800)
committerRich Felker <dalias@aerifal.cx>
Thu, 25 Jun 2020 23:11:13 +0000 (19:11 -0400)
commit9dce93ac7f7a76978b70581c6f073f671b583347
treec6c36ceb8ceb10575af4af066fb19072df55d384
parent8ed2bd8bfcb4ea6448afb55a941f4b5b2b0398c0
add big-endian support to ARM assembler memcpy

Allow the existing ARM assembler memcpy implementation to be used for
both big and little endian targets.
COPYRIGHT
src/string/arm/memcpy.S [new file with mode: 0644]
src/string/arm/memcpy.c [deleted file]
src/string/arm/memcpy_le.S [deleted file]