diff options
author | Stan Shebs <stanshebs@google.com> | 2015-12-03 14:18:23 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2015-12-03 14:18:23 -0800 |
commit | 587c53b3440b40dc3e6e494171b5a84966f0a6e8 (patch) | |
tree | e00132b2f4066a49a28db4e4ac6927fa71d8ee5b /README.google | |
parent | f495bb04848867a4f0a568a785ff8f3a73c79f24 (diff) | |
download | glibc-587c53b3440b40dc3e6e494171b5a84966f0a6e8.zip glibc-587c53b3440b40dc3e6e494171b5a84966f0a6e8.tar.gz glibc-587c53b3440b40dc3e6e494171b5a84966f0a6e8.tar.bz2 |
Backport removal of __gconv_translit_find
Diffstat (limited to 'README.google')
-rw-r--r-- | README.google | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.google b/README.google index f35eb86..3a13e16 100644 --- a/README.google +++ b/README.google @@ -535,3 +535,9 @@ sysdeps/x86_64/fpu/libm-test-ulps For b/25873705, backport fix for broken trig functions (PR16623) https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1cadc85813d736f7682fa2eeadae639ab6b66c65 (stanshebs, backport) + +iconv/gconv_trans.c + For b/25977570, backport removal of __gconv_translit_find (PR17187) + https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a1a6a401ab0a3c9f15fb7eaebbdcee24192254e8 + (stanshebs, backport) + |