Home | History | Annotate | Line # | Download | only in string
      1  1.5  matt /* $NetBSD: strcpy.S,v 1.5 2013/08/20 21:35:24 matt Exp $ */
      2  1.1  matt 
      3  1.4  matt #if defined(_STANDALONE)
      4  1.5  matt #ifdef __thumb__
      5  1.5  matt #include "strcpy_thumb.S"
      6  1.5  matt #else
      7  1.3  matt #include "strcpy_naive.S"
      8  1.5  matt #endif
      9  1.1  matt #else
     10  1.3  matt #include "strcpy_arm.S"
     11  1.1  matt #endif
     12