Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.5.26.2
      1  1.5.26.1  martin /* $NetBSD: strcpy.S,v 1.5.26.2 2020/04/21 19:37:42 martin 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