1*84d9c625SLionel Sambuc/* $NetBSD: strcat.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */ 2*84d9c625SLionel Sambuc 3*84d9c625SLionel Sambuc#if defined(_STANDALONE) 4*84d9c625SLionel Sambuc#include "strcat_naive.S" 5*84d9c625SLionel Sambuc#else 6*84d9c625SLionel Sambuc#include "strcat_arm.S" 7*84d9c625SLionel Sambuc#endif 8