summaryrefslogtreecommitdiff
path: root/COPYRIGHT
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2020-01-21 10:52:15 -0800
committerRich Felker <dalias@aerifal.cx>2020-06-25 19:11:13 -0400
commit9dce93ac7f7a76978b70581c6f073f671b583347 (patch)
treec6c36ceb8ceb10575af4af066fb19072df55d384 /COPYRIGHT
parent8ed2bd8bfcb4ea6448afb55a941f4b5b2b0398c0 (diff)
downloadmusl-9dce93ac7f7a76978b70581c6f073f671b583347.tar.gz
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.
Diffstat (limited to 'COPYRIGHT')
-rw-r--r--COPYRIGHT2
1 files changed, 1 insertions, 1 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
index e6472371..d3edc2a2 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -127,7 +127,7 @@ Copyright © 2017-2018 Arm Limited
and labelled as such in comments in the individual source files. All
have been licensed under extremely permissive terms.
-The ARM memcpy code (src/string/arm/memcpy_el.S) is Copyright © 2008
+The ARM memcpy code (src/string/arm/memcpy.S) is Copyright © 2008
The Android Open Source Project and is licensed under a two-clause BSD
license. It was taken from Bionic libc, used on Android.