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 PR port-arm/48543: do provid...
details: https://anonhg.NetBSD.org/src/rev/5e47136369ae
branches: trunk
changeset: 792985:5e47136369ae
user: martin <martin%NetBSD.org@localhost>
date: Thu Jan 23 11:45:46 2014 +0000
description:
PR port-arm/48543: do provide __ffssi2 as strong alias (in case libgcc.a gets
not linked in) for now.
OK: skrll@
diffstat:
common/lib/libc/arch/arm/string/ffs.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 866f036938bd -r 5e47136369ae common/lib/libc/arch/arm/string/ffs.S
--- a/common/lib/libc/arch/arm/string/ffs.S Thu Jan 23 10:50:14 2014 +0000
+++ b/common/lib/libc/arch/arm/string/ffs.S Thu Jan 23 11:45:46 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $ */
+/* $NetBSD: ffs.S,v 1.7 2014/01/23 11:45:46 martin Exp $ */
/*
* Copyright (c) 2001 Christopher Gilbert
* All rights reserved.
@@ -30,7 +30,7 @@
#include <machine/asm.h>
-RCSID("$NetBSD: ffs.S,v 1.6 2013/09/30 13:07:51 skrll Exp $")
+RCSID("$NetBSD: ffs.S,v 1.7 2014/01/23 11:45:46 martin Exp $")
/*
* ffs - find first set bit, this algorithm isolates the first set
@@ -44,7 +44,7 @@
* This is the ffs algorithm devised by d.seal and posted to comp.sys.arm on
* 16 Feb 1994.
*/
-WEAK_ALIAS(__ffssi2,ffs)
+STRONG_ALIAS(__ffssi2,ffs)
#if (defined(_ARM_ARCH_5) && !defined(__thumb__)) || defined(_ARM_ARCH_T2)
#if defined(_ARM_ARCH_T2)
ENTRY(ffs)
Home |
Main Index |
Thread Index |
Old Index