Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.4.4.2
      1  1.4.4.2  matt /* $NetBSD: strcpy.S,v 1.4.4.2 2013/02/07 07:06:01 matt Exp $ */
      2  1.4.4.2  matt 
      3  1.4.4.2  matt #if defined(_STANDALONE)
      4  1.4.4.2  matt #include "strcpy_naive.S"
      5  1.4.4.2  matt #else
      6  1.4.4.2  matt #include "strcpy_arm.S"
      7  1.4.4.2  matt #endif
      8