vserver 1.9.3
[linux-2.6.git] / arch / sparc64 / lib / strncmp.S
index 474ba72..6f14f53 100644 (file)
@@ -7,9 +7,9 @@
 #include <asm/asi.h>
 
        .text
-       .align 4
-       .global __strncmp, strncmp
-__strncmp:
+       .align  32
+       .glob strncmp
+       .type   strncmp,#function
 strncmp:
        brlez,pn %o2, 3f
         lduba  [%o0] (ASI_PNF), %o3
@@ -29,3 +29,4 @@ strncmp:
 3:
        retl
         clr    %o0
+       .size   strncmp, .-strncmp