]> git.ipfire.org Git - thirdparty/glibc.git/commit
S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.
authorStefan Liebler <stli@linux.ibm.com>
Wed, 6 Feb 2019 08:10:31 +0000 (09:10 +0100)
committerStefan Liebler <stli@linux.ibm.com>
Wed, 6 Feb 2019 08:10:31 +0000 (09:10 +0100)
commit94eeeec04be8efae1a85d7c224e0026ee18ee6e7
tree02f2a36f60bb2d87f9d151b9cadceb62545f8d15
parentbc79db3fd487daea36e7c130f943cfb9826a41b4
S390: Fix introduction of __wmemcmp and weak wmemcmp symbols.

The recent commit 65f7767a914144ae303f7b9ae81865061793dcb9
has introduced __wmemcmp and the weak alias wmemcmp.
This patch also introduces those symbols if glibc is build
with CFLAGS="-march=z13" where the ifunc is omitted.

ChangeLog:

* sysdeps/s390/wmemcmp-vx.S: Add strong alias to
__wmemcmp and weak alias to wmemcmp.
ChangeLog
sysdeps/s390/wmemcmp-vx.S