Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@arm.com>2015-11-03 14:02:15 +0300
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2015-11-03 14:04:55 +0300
commit0a4019eed22c1d84a87dd39370e56db2f19fe35a (patch)
tree7fb6c959e8e09f50930302e5d233a1bba59b4472 /newlib/ChangeLog
parent06312793945e184036b9491767b9eacac9be3890 (diff)
[ARM] Select appropriate memcpy implementation for ARMv8-a.
The newlib configury logic that detects architecture version and chooses an appropriate memcpy implementation does not consider ARMv8-a. This patch adds configury logic to detect ARMv8-a along with the associated changes in Makefile.am and memcpy.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 9d91f7b8d..3dec6e2c9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2015-11-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
+
+ * libc/machine/arm/configure.in: Check for __ARM_ARCH_8A__.
+ * libc/machine/arm/memcpy.S: Handle __ARM_ARCH_8A__.
+ * libc/machine/arm/Makefile.am: Consider HAVE_ARMV8A in memcpy
+ selection.
+ * libc/machine/arm/Makefile.in: Regenerate.
+ * libc/machine/arm/configure: Regenerate.
+
2015-11-02 Jon Turney <jon.turney@dronecode.org.uk>
* HOWTO: Update.