mirror of git://sourceware.org/git/glibc.git
aarch64: remove the strlen_asimd symbol
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 436e4d5b96
This commit is contained in:
parent
d4136903a2
commit
4033f21eb2
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue