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-07-13 15:17:04 +0300
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2015-07-13 15:17:04 +0300
commit8e6a9ad74d39e35a466ed021d5d5cb7e8796336e (patch)
tree766a2de9b88b6992921257e62a449120e3c2ca37
parentb295f6ba44b0c543fd345eeea08241df7260a79f (diff)
Fix ChangeLog entry for previous two commits.
-rw-r--r--newlib/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index f845b744b..e851d9f4c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,11 +1,11 @@
2015-07-13 Wilco Dijkstra <wdijkstr@arm.com>
- * newlib/libc/machine/aarch64/memcpy.S (memcpy):
+ * libc/machine/aarch64/memcpy.S (memcpy):
Rewrite of optimized memcpy.
2015-07-13 Wilco Dijkstra <wdijkstr@arm.com>
- * newlib/libc/machine/aarch64/memove.S (memmove):
+ * libc/machine/aarch64/memove.S (memmove):
Rewrite of optimized memmove.
2015-07-06 Yaakov Selkowitz <yselkowi@redhat.com>