Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/matt-nb6-plus]: src/common/lib/libc/arch/arm/string #include <arm/cdefs....
details: https://anonhg.NetBSD.org/src/rev/cfb78443db45
branches: matt-nb6-plus
changeset: 774561:cfb78443db45
user: matt <matt%NetBSD.org@localhost>
date: Fri Feb 15 22:38:51 2013 +0000
description:
#include <arm/cdefs.h> to get _ARM_ARCH_DWORD_OK
diffstat:
common/lib/libc/arch/arm/string/memcpy.S | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 2e77809d69df -r cfb78443db45 common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S Fri Feb 15 01:02:59 2013 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S Fri Feb 15 22:38:51 2013 +0000
@@ -1,4 +1,6 @@
-/* $NetBSD: memcpy.S,v 1.1.54.2 2013/02/08 01:41:49 matt Exp $ */
+/* $NetBSD: memcpy.S,v 1.1.54.3 2013/02/15 22:38:51 matt Exp $ */
+
+#include <arm/cdefs.h>
#if !defined(_ARM_ARCH_DWORD_OK) || defined(_STANDALONE)
#include "memcpy_arm.S"
Home |
Main Index |
Thread Index |
Old Index