add reachover ffs and strlen for ppc64
This commit is contained in:
parent
9eb6edc931
commit
12f8dfa169
|
@ -0,0 +1,3 @@
|
|||
/* $NetBSD: ffs.S,v 1.1 2006/07/07 07:37:44 ross Exp $ */
|
||||
|
||||
#include "../../powerpc/string/ffs.S"
|
|
@ -0,0 +1,5 @@
|
|||
/* $NetBSD: strlen.S,v 1.1 2006/07/07 07:37:44 ross Exp $ */
|
||||
|
||||
/* XXX could be optimized for ppc64 */
|
||||
|
||||
#include "../../powerpc/string/strlen.S"
|
Loading…
Reference in New Issue