[COMMITTED] aarch64: remove the strlen_asimd symbol

Message ID 20201215154528.22201-1-szabolcs.nagy@arm.com
State Committed
Commit 4033f21eb2484bdf9205dcf29da6cc89809221f7
Headers
Series [COMMITTED] aarch64: remove the strlen_asimd symbol |

Commit Message

Szabolcs Nagy Dec. 15, 2020, 3:45 p.m. UTC
  This symbol is not in the implementation reserved namespace for static
linking and it was never used: it seems it was mistakenly added in the
orignal strlen_asimd commit 436e4d5b965abe592d26150cb518accf9ded8fe4
---
 sysdeps/aarch64/multiarch/strlen_asimd.S | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

diff --git a/sysdeps/aarch64/multiarch/strlen_asimd.S b/sysdeps/aarch64/multiarch/strlen_asimd.S
index c7e6994671..bc5a4eaf77 100644
--- a/sysdeps/aarch64/multiarch/strlen_asimd.S
+++ b/sysdeps/aarch64/multiarch/strlen_asimd.S
@@ -211,5 +211,4 @@  L(page_cross):
 	ret
 
 END (__strlen_asimd)
-weak_alias (__strlen_asimd, strlen_asimd)
-libc_hidden_builtin_def (strlen_asimd)
+libc_hidden_builtin_def (__strlen_asimd)