Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.4.8.3
      1  1.4.8.2  tls /* $NetBSD: strcpy.S,v 1.4.8.3 2014/08/19 23:45:12 tls Exp $ */
      2  1.4.8.2  tls 
      3  1.4.8.2  tls #if defined(_STANDALONE)
      4  1.4.8.3  tls #ifdef __thumb__
      5  1.4.8.3  tls #include "strcpy_thumb.S"
      6  1.4.8.3  tls #else
      7  1.4.8.2  tls #include "strcpy_naive.S"
      8  1.4.8.3  tls #endif
      9  1.4.8.2  tls #else
     10  1.4.8.2  tls #include "strcpy_arm.S"
     11  1.4.8.2  tls #endif
     12