add reachover ffs and strlen for ppc64

This commit is contained in:
ross 2006-07-07 07:37:44 +00:00
parent 9eb6edc931
commit 12f8dfa169
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
/* $NetBSD: ffs.S,v 1.1 2006/07/07 07:37:44 ross Exp $ */
#include "../../powerpc/string/ffs.S"

View File

@ -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"