x86-64: Remove bzero weak alias in SS2 memset

commit 3d9f171bfb
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Feb 7 05:55:15 2022 -0800

    x86-64: Optimize bzero

added the optimized bzero.  Remove bzero weak alias in SS2 memset to
avoid undefined __bzero in memset-sse2-unaligned-erms.
This commit is contained in:
H.J. Lu 2022-02-10 11:52:50 -08:00
parent 17c57d70bd
commit 0fb8800029

View File

@ -31,9 +31,7 @@
# endif
# undef weak_alias
# define weak_alias(original, alias) \
.weak bzero; bzero = __bzero
# define weak_alias(original, alias)
# undef strong_alias
# define strong_alias(ignored1, ignored2)
#endif