]> sourceware.org Git - glibc.git/commitdiff
aarch64: remove the strlen_asimd symbol
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 15 Dec 2020 10:36:56 +0000 (10:36 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 15 Dec 2020 14:42:45 +0000 (14:42 +0000)
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

index c7e6994671fe3f04da1d471b830557cb3cae647e..bc5a4eaf7793f98794a1f5b2d644bc063194f695 100644 (file)
@@ -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)
This page took 0.044361 seconds and 5 git commands to generate.