Home | History | Annotate | Line # | Download | only in string
      1  1.1  matt /* $NetBSD: strcat.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */
      2  1.1  matt 
      3  1.1  matt #if defined(_STANDALONE)
      4  1.1  matt #include "strcat_naive.S"
      5  1.1  matt #else
      6  1.1  matt #include "strcat_arm.S"
      7  1.1  matt #endif
      8