From 925220a4fecf635d106989aa4a56d80152777ba3 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 11 Nov 2005 23:59:19 +0000 Subject: Add hidden versions, add missing .size --- libc/string/arm/memmove.S | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libc/string/arm/memmove.S') diff --git a/libc/string/arm/memmove.S b/libc/string/arm/memmove.S index 9dbd3a004..eafd345b4 100644 --- a/libc/string/arm/memmove.S +++ b/libc/string/arm/memmove.S @@ -37,12 +37,17 @@ * by Erik Andersen */ -.text .global memmove -.type memmove,%function +.set memmove,__memmove +.text +.global __memmove +.hidden __memmove +.type __memmove,%function .align 4 -memmove: +__memmove: stmfd sp!, {r0, lr} bl _memcpy (PLT) ldmfd sp!, {r0, pc} + +.size __memmove,.-__memmove -- cgit v1.2.3