diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:45:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-30 07:45:03 +0000 |
commit | 15a00dfca4ab0da01126e9f240b770231898d4e9 (patch) | |
tree | a0946fa3533ea03f827ab4dcbe4c6def95689cc2 /libc/string/sparc/sparc64/memcpy.S | |
parent | 9de494dadb01c932c5d5dc0a6316dc7f028aace9 (diff) |
Remove arch specific hidden bcopy
Diffstat (limited to 'libc/string/sparc/sparc64/memcpy.S')
-rw-r--r-- | libc/string/sparc/sparc64/memcpy.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/string/sparc/sparc64/memcpy.S b/libc/string/sparc/sparc64/memcpy.S index 4246b3564..2fdff7b52 100644 --- a/libc/string/sparc/sparc64/memcpy.S +++ b/libc/string/sparc/sparc64/memcpy.S @@ -206,7 +206,6 @@ ENTRY(bcopy) retl nop END(bcopy) -libc_hidden_def(bcopy) .align 32 200: be,pt %xcc, 201f /* CTI */ |