about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2020-12-15 10:36:56 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-12-15 14:42:45 +0000
commit4033f21eb2484bdf9205dcf29da6cc89809221f7 (patch)
tree3c44772e2471dc4679f9e01bd75f65152655cdc6
parentd4136903a29baabeec8987b53081def8b4a49826 (diff)
downloadglibc-4033f21eb2484bdf9205dcf29da6cc89809221f7.tar.gz
glibc-4033f21eb2484bdf9205dcf29da6cc89809221f7.tar.xz
glibc-4033f21eb2484bdf9205dcf29da6cc89809221f7.zip
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 436e4d5b965abe592d26150cb518accf9ded8fe4
-rw-r--r--sysdeps/aarch64/multiarch/strlen_asimd.S3
1 files changed, 1 insertions, 2 deletions
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)