This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 44e4b889ab manual: Document replacing malloc [BZ #20424] new 51213e2b8d S390: Use new s390_libc_ifunc_expr macro in s390 8bit-generic.c. new df6cc7ee3b S390: Move utf8-utf16-z9.c to multiarch folder and use s390_ [...] new 85286aaf1d S390: Move utf16-utf32-z9.c to multiarch folder and use s390 [...] new 5ea9ce3749 S390: Move utf8-utf32-z9.c to multiarch folder and use s390_ [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 35 ++++++ sysdeps/s390/multiarch/8bit-generic.c | 41 ++---- sysdeps/s390/multiarch/ifunc-resolve.h | 5 + sysdeps/s390/multiarch/utf16-utf32-z9.c | 44 +++++++ sysdeps/s390/multiarch/utf8-utf16-z9.c | 48 +++++++ sysdeps/s390/multiarch/utf8-utf32-z9.c | 48 +++++++ sysdeps/s390/utf16-utf32-z9.c | 142 +++++++++++---------- sysdeps/s390/utf8-utf16-z9.c | 197 +++++++++++++++-------------- sysdeps/s390/utf8-utf32-z9.c | 215 +++++++++++++++++--------------- 9 files changed, 476 insertions(+), 299 deletions(-) create mode 100644 sysdeps/s390/multiarch/utf16-utf32-z9.c create mode 100644 sysdeps/s390/multiarch/utf8-utf16-z9.c create mode 100644 sysdeps/s390/multiarch/utf8-utf32-z9.c