From 9dce93ac7f7a76978b70581c6f073f671b583347 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 21 Jan 2020 10:52:15 -0800 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COPYRIGHT') 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. -- cgit 1.4.1