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.
+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]
END(WMEMCMP_Z13)
# if ! HAVE_WMEMCMP_IFUNC
-strong_alias (WMEMCMP_Z13, wmemcmp)
+strong_alias (WMEMCMP_Z13, __wmemcmp)
+weak_alias (__wmemcmp, wmemcmp)
# endif
#endif