mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
s390: Fix build for -march=z13
It fixes the build after7ea510127e
and22999b2f0f
. Checked with build for s390x-linux-gnu with -march=z13. Reviewed-by: Arjun Shankar <arjun@redhat.com>
This commit is contained in:
parent
97830304bb
commit
8b014a1b1f
@ -161,6 +161,7 @@ ENTRY(MEMRCHR_Z13)
|
||||
END(MEMRCHR_Z13)
|
||||
|
||||
# if ! HAVE_MEMRCHR_IFUNC
|
||||
libc_hidden_def (__memrchr)
|
||||
strong_alias (MEMRCHR_Z13, __memrchr)
|
||||
weak_alias (__memrchr, memrchr)
|
||||
# endif
|
||||
|
@ -94,6 +94,7 @@ ENTRY(STRCHRNUL_Z13)
|
||||
END(STRCHRNUL_Z13)
|
||||
|
||||
# if ! HAVE_STRCHRNUL_IFUNC
|
||||
libc_hidden_def (__strchrnul)
|
||||
strong_alias (STRCHRNUL_Z13, __strchrnul)
|
||||
weak_alias (__strchrnul, strchrnul)
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user