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