瀏覽代碼

remove hidden versions of bzero, unused in libc.so

Peter S. Mazinger 19 年之前
父節點
當前提交
f62c003574
共有 4 個文件被更改,包括 0 次插入5 次删除
  1. 0 2
      libc/string/arm/bzero.S
  2. 0 1
      libc/string/sparc/sparc32/memset.S
  3. 0 1
      libc/string/sparc/sparc64/memset.S
  4. 0 1
      libc/string/x86_64/bzero.S

+ 0 - 2
libc/string/arm/bzero.S

@@ -50,5 +50,3 @@ bzero:
 	b	HIDDEN_JUMPTARGET(memset)
 
 .size bzero,.-bzero
-
-libc_hidden_def(bzero)

+ 0 - 1
libc/string/sparc/sparc32/memset.S

@@ -61,7 +61,6 @@ ENTRY(bzero)
 	b		4f
 	 sub		%o0, %o2, %o0
 END(bzero)
-libc_hidden_def(bzero)
 
 ENTRY(memset)
 	and		%o1, 0xff, %g3

+ 0 - 1
libc/string/sparc/sparc64/memset.S

@@ -310,4 +310,3 @@ ENTRY(bzero)
 0:	retl
 	 mov		%o5, %o0
 END(bzero)
-libc_hidden_def(bzero)

+ 0 - 1
libc/string/x86_64/bzero.S

@@ -1,3 +1,2 @@
 #define memset bzero
 #include "memset.S"
-libc_hidden_def(bzero)