diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-12 00:09:41 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-12 00:09:41 +0000 |
commit | dd1be05eec6310a34647575c0d20bb5a052563c2 (patch) | |
tree | d446bca7855325365477cb4f166a4758c17c5d03 /libc/string/sh64/strlen.S | |
parent | ccb1922d8b3918b32a3cc11e61786c6c368967a8 (diff) |
Add hidden versions
Diffstat (limited to 'libc/string/sh64/strlen.S')
-rw-r--r-- | libc/string/sh64/strlen.S | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libc/string/sh64/strlen.S b/libc/string/sh64/strlen.S index 57d15a29a..0f99488d5 100644 --- a/libc/string/sh64/strlen.S +++ b/libc/string/sh64/strlen.S @@ -32,10 +32,13 @@ .section .text..SHmedia32,"ax" .globl strlen - .type strlen,@function + .set strlen,__strlen + .globl __strlen + .hidden __strlen + .type __strlen,@function .balign 16 -strlen: +__strlen: ptabs r18, tr4 /* @@ -56,5 +59,4 @@ loop: or r0, r63, r2 blink tr4, r63 - .size strlen, . - strlen - + .size __strlen,.-__strlen |