diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-02-11 07:22:58 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-11 07:22:58 -0800 |
commit | a3dc465852c38ffb4f329ca8b5b477a3c314c1ef (patch) | |
tree | 23bd3e6089264aeafddf995774206a9797b0a87d /ChangeLog | |
parent | 247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3 (diff) | |
download | glibc-a3dc465852c38ffb4f329ca8b5b477a3c314c1ef.zip glibc-a3dc465852c38ffb4f329ca8b5b477a3c314c1ef.tar.gz glibc-a3dc465852c38ffb4f329ca8b5b477a3c314c1ef.tar.bz2 |
S/390: Disable two UTF conversion instructions
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-02-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * sysdeps/s390/s390-64/utf8-utf16-z9.c: Disable hardware + instructions cu21 and cu24. Add well-formedness checking + parameter and adjust the software implementation. + * sysdeps/s390/s390-64/utf16-utf32-z9.c: Likewise. + 2010-02-10 Ulrich Drepper <drepper@redhat.com> [BZ #11271] |