]> git.sur5r.net Git - u-boot/blobdiff - lib_blackfin/memset.S
License cleanup: remove all files with "All Rights Reserved" notices.
[u-boot] / lib_blackfin / memset.S
index c33c55112184abb235f18aa5cdf3132ebec02d28..26f63cdc94e539f2e561a2d2bd4717f3fc1aab13 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 .globl _memset;
+.type _memset, STT_FUNC;
 _memset:
        P0 = R0 ;              /* P0 = address */
        P2 = R2 ;              /* P2 = count   */
@@ -91,3 +92,5 @@ _memset:
        B[P0++] = R1;
        B[P0++] = R1;
        JUMP .Laligned;
+
+.size _memset, .-_memset