]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/memmove.S
License cleanup: remove all files with "All Rights Reserved" notices.
[u-boot] / lib_blackfin / memmove.S
index 46f79ed18dcf67e44b2f73dd759dee5a8e6a73cf..e385c4f6f5affd2c220d9456e69cc1b2106e173b 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 .globl _memmove;
+.type _memmove, STT_FUNC;
 _memmove:
        I1 = P3;
        P0 = R0;                  /* P0 = To address */
@@ -91,3 +92,5 @@ _memmove:
 .Lno_loop: B[P0] = R1;
        P3 = I1;
        RTS;
+
+.size _memmove, .-_memmove