diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2019-02-06 09:10:31 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2019-02-06 09:10:31 +0100 |
commit | 94eeeec04be8efae1a85d7c224e0026ee18ee6e7 (patch) | |
tree | 02f2a36f60bb2d87f9d151b9cadceb62545f8d15 /ChangeLog | |
parent | bc79db3fd487daea36e7c130f943cfb9826a41b4 (diff) | |
download | glibc-94eeeec04be8efae1a85d7c224e0026ee18ee6e7.tar.gz |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2019-02-06 Stefan Liebler <stli@linux.ibm.com> + * sysdeps/s390/wmemcmp-vx.S: Add strong alias to + __wmemcmp and weak alias to wmemcmp. + +2019-02-06 Stefan Liebler <stli@linux.ibm.com> + [BZ #23403] * nptl/allocatestack.c (allocate_stack): Align pointer pd for TLS_TCB_AT_TP tls variant. |