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/m68k/string add a weak alias for __ffssi2



details:   https://anonhg.NetBSD.org/src/rev/8cea5cabe020
branches:  trunk
changeset: 767112:8cea5cabe020
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 09 14:57:29 2011 +0000

description:
add a weak alias for __ffssi2

diffstat:

 common/lib/libc/arch/m68k/string/ffs.S |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c9237aa0b084 -r 8cea5cabe020 common/lib/libc/arch/m68k/string/ffs.S
--- a/common/lib/libc/arch/m68k/string/ffs.S    Sat Jul 09 14:56:43 2011 +0000
+++ b/common/lib/libc/arch/m68k/string/ffs.S    Sat Jul 09 14:57:29 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */
+/*     $NetBSD: ffs.S,v 1.2 2011/07/09 14:57:29 mrg Exp $      */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -39,12 +39,14 @@
 #if 0
        RCSID("from: @(#)ffs.s  5.1 (Berkeley) 5/12/90")
 #else
-       RCSID("$NetBSD: ffs.S,v 1.1 2005/12/20 19:28:49 christos Exp $")
+       RCSID("$NetBSD: ffs.S,v 1.2 2011/07/09 14:57:29 mrg Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
 /* bit = ffs(value) */
 
+WEAK_ALIAS(__ffssi2,ffs)
+
 #ifndef        __mc68010__
 
 ENTRY(ffs)



Home | Main Index | Thread Index | Old Index