Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.4.2.3
      1  1.4.2.3  yamt /* $NetBSD: strcpy.S,v 1.4.2.3 2014/05/22 11:26:28 yamt Exp $ */
      2  1.4.2.2  yamt 
      3  1.4.2.2  yamt #if defined(_STANDALONE)
      4  1.4.2.3  yamt #ifdef __thumb__
      5  1.4.2.3  yamt #include "strcpy_thumb.S"
      6  1.4.2.3  yamt #else
      7  1.4.2.2  yamt #include "strcpy_naive.S"
      8  1.4.2.3  yamt #endif
      9  1.4.2.2  yamt #else
     10  1.4.2.2  yamt #include "strcpy_arm.S"
     11  1.4.2.2  yamt #endif
     12