Home | History | Annotate | Line # | Download | only in string
strcat.S revision 1.1.6.2
      1  1.1.6.2  tls /* $NetBSD: strcat.S,v 1.1.6.2 2013/02/25 00:23:57 tls Exp $ */
      2  1.1.6.2  tls 
      3  1.1.6.2  tls #if defined(_STANDALONE)
      4  1.1.6.2  tls #include "strcat_naive.S"
      5  1.1.6.2  tls #else
      6  1.1.6.2  tls #include "strcat_arm.S"
      7  1.1.6.2  tls #endif
      8