Module Name: src
Committed By: snj
Date: Wed Jun 10 20:59:56 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
834
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.328 -r1.1.2.329 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.328 src/doc/CHANGES-7.0:1.1.2.329
--- src/doc/CHANGES-7.0:1.1.2.328 Wed Jun 10 17:21:06 2015
+++ src/doc/CHANGES-7.0 Wed Jun 10 20:59:55 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.328 2015/06/10 17:21:06 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.329 2015/06/10 20:59:55 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -32124,3 +32124,9 @@ sys/arch/amiga/amiga/machdep.c 1.244
avoid disk alignment issues.
[mlelstv, ticket #838]
+common/lib/libc/arch/arm/string/memcpy.S 1.8
+
+ Add ARM EABI __aeabi_memcpy4 and __aeabi_memcpy8 aliases
+ for memcpy.
+ [joerg, ticket #834]
+