unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] aarch64: remove the strlen_asimd symbol
@ 2020-12-15 15:45 Szabolcs Nagy via Libc-alpha
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy via Libc-alpha @ 2020-12-15 15:45 UTC (permalink / raw
  To: libc-alpha

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(-)

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)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-15 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-15 15:45 [COMMITTED] aarch64: remove the strlen_asimd symbol Szabolcs Nagy via Libc-alpha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).