1 1.2.2.2 matt /* $NetBSD: strrchr.S,v 1.2.2.2 2013/02/07 07:06:02 matt Exp $ */ 2 1.2.2.2 matt 3 1.2.2.2 matt #include <machine/asm.h> 4 1.2.2.2 matt 5 1.2.2.2 matt STRONG_ALIAS(rindex, strrchr) 6 1.2.2.2 matt 7 1.2.2.2 matt #if defined(_STANDALONE) 8 1.2.2.2 matt #include "strrchr_naive.S" 9 1.2.2.2 matt #else 10 1.2.2.2 matt #include "strrchr_arm.S" 11 1.2.2.2 matt #endif 12