summaryrefslogtreecommitdiffstats
path: root/lib_blackfin/memmove.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib_blackfin/memmove.S')
-rw-r--r--lib_blackfin/memmove.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib_blackfin/memmove.S b/lib_blackfin/memmove.S
index 46f79ed18d..e385c4f6f5 100644
--- a/lib_blackfin/memmove.S
+++ b/lib_blackfin/memmove.S
@@ -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
OpenPOWER on IntegriCloud