Fix ChangeLog entry for previous two commits.

This commit is contained in:
Marcus Shawcroft 2015-07-13 13:17:04 +01:00
parent b295f6ba44
commit 8e6a9ad74d

View file

@ -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>