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 strlcat_arm.S is smaller tha...
details: https://anonhg.NetBSD.org/src/rev/cda43376173a
branches: trunk
changeset: 789499:cda43376173a
user: matt <matt%NetBSD.org@localhost>
date: Tue Aug 20 21:08:54 2013 +0000
description:
strlcat_arm.S is smaller than strlcat_naive.S so always use it.
diffstat:
common/lib/libc/arch/arm/string/strlcat.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a9ec4bdaa3b -r cda43376173a common/lib/libc/arch/arm/string/strlcat.S
--- a/common/lib/libc/arch/arm/string/strlcat.S Tue Aug 20 20:54:35 2013 +0000
+++ b/common/lib/libc/arch/arm/string/strlcat.S Tue Aug 20 21:08:54 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: strlcat.S,v 1.1 2013/01/23 07:56:09 matt Exp $ */
+/* $NetBSD: strlcat.S,v 1.2 2013/08/20 21:08:54 matt Exp $ */
#include <machine/asm.h>
@@ -7,7 +7,7 @@
#include "namespace.h"
#endif
-#ifdef _STANDALONE
+#if defined(_STANDALONE) && 0 /* arm version is always smaller */
#include "strlcat_naive.S"
#else
#include "strlcat_arm.S"
Home |
Main Index |
Thread Index |
Old Index