summaryrefslogtreecommitdiff
path: root/libc/string/arm/bzero.S
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-11 23:59:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-11 23:59:19 +0000
commit925220a4fecf635d106989aa4a56d80152777ba3 (patch)
treed913d7fa283471f1c3e03feaeb135e36b02d05cb /libc/string/arm/bzero.S
parent0b09d1e5ed195662e8df3246ca4cc450947cc0f8 (diff)
Add hidden versions, add missing .size
Diffstat (limited to 'libc/string/arm/bzero.S')
-rw-r--r--libc/string/arm/bzero.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/string/arm/bzero.S b/libc/string/arm/bzero.S
index 0e96ba076..93582f7c8 100644
--- a/libc/string/arm/bzero.S
+++ b/libc/string/arm/bzero.S
@@ -47,4 +47,6 @@ __bzero:
mov r1, #0
b memset (PLT)
+.size __bzero,.-__bzero
+
.weak bzero ; bzero = __bzero