Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/common/lib/libc/arch/arm/string Change __XSCALE__ to _ARM_AR...
details: https://anonhg.NetBSD.org/src/rev/8e95f8ef6c62
branches: trunk
changeset: 783261:8e95f8ef6c62
user: matt <matt%NetBSD.org@localhost>
date: Wed Dec 12 15:51:09 2012 +0000
description:
Change __XSCALE__ to _ARM_ARCH_DWORD_OK so that any cpu with dword load/store
can use it.
diffstat:
common/lib/libc/arch/arm/string/memcpy.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 4f7654ad5cbc -r 8e95f8ef6c62 common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S Wed Dec 12 15:51:04 2012 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S Wed Dec 12 15:51:09 2012 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */
+/* $NetBSD: memcpy.S,v 1.2 2012/12/12 15:51:09 matt Exp $ */
-#if !defined(__XSCALE__) || defined(_STANDALONE)
+#if !defined(_ARM_ARCH_DWORK_OK) || defined(_STANDALONE)
#include "memcpy_arm.S"
#else
#include "memcpy_xscale.S"
Home |
Main Index |
Thread Index |
Old Index