]> sourceware.org Git - glibc.git/commitdiff
s390: Fix build for -march=z13
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 14:18:08 +0000 (11:18 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 Feb 2023 20:16:29 +0000 (17:16 -0300)
It fixes the build after 7ea510127e2067e and 22999b2f0fb62.

Checked with build for s390x-linux-gnu with -march=z13.

Reviewed-by: Arjun Shankar <arjun@redhat.com>
sysdeps/s390/memrchr-vx.S
sysdeps/s390/strchrnul-vx.S

index c6c31686682902cbef4a8107a53702bb2ce7d4ac..4080dccfbc6fe169859c228a5eb35c7e8407c631 100644 (file)
@@ -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
index 07f39426b7dc6368856867eadb25a5e67f50670d..b70597948177028a73dea6c004d850d51b29b939 100644 (file)
@@ -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
This page took 0.046077 seconds and 5 git commands to generate.