aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2019-03-01 16:30:30 +0100
committerStefan Liebler <stli@linux.ibm.com>2019-03-01 16:30:30 +0100
commit928b305d3f6773b6a8cd1202da4f7d5d9a654456 (patch)
treeb89c2578a4a81fd864f70e6ef792cf898066f181 /ChangeLog
parent36f30c104fe3addd4d864e276202c6b934f825b7 (diff)
downloadglibc-928b305d3f6773b6a8cd1202da4f7d5d9a654456.tar
glibc-928b305d3f6773b6a8cd1202da4f7d5d9a654456.tar.gz
glibc-928b305d3f6773b6a8cd1202da4f7d5d9a654456.tar.bz2
glibc-928b305d3f6773b6a8cd1202da4f7d5d9a654456.zip
S390: Fix introduction of __wcscpy and weak wcscpy symbols.
The recent commit 81a14439417552324ec6ca71f65ddf8e7cdd51c7 has introduced __wcscpy, __GI___wcscpy and the weak alias wcscpy. This patch also introduces those symbols if glibc is build with CFLAGS="-march=z13" where the ifunc is omitted. ChangeLog: * sysdeps/s390/wcscpy-vx.S: Add strong aliases to __wcscpy, __GI___wcscpy and weak alias to wcscpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92615ed339..85506efc99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-01 Stefan Liebler <stli@linux.ibm.com>
+
+ * sysdeps/s390/wcscpy-vx.S: Add strong aliases to
+ __wcscpy, __GI___wcscpy and weak alias to wcscpy.
+
2019-03-01 Florian Weimer <fweimer@redhat.com>
[BZ #20271]