This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/glibc.
from 30891f35fa Remove "Contributed by" lines adds f873adf3df Revert "AArch64: Update A64FX memset not to degrade at 16KB" adds 1d9f99ce1b AArch64: Update A64FX memset not to degrade at 16KB new f5117c6504 Add 'codepoint_collation' support for LC_COLLATE. new 466f2be6c0 Add generic C.UTF-8 locale (Bug 17318) new d8cf84ac7e Update hppa libm-test-ulps
The 3 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: NEWS | 10 +- iconv/Makefile | 22 +- iconv/tst-iconv9.c | 87 +++++ locale/{C-collate.c => C-collate-seq.c} | 56 +--- locale/C-collate.c | 78 +---- locale/programs/ld-collate.c | 36 ++- locale/programs/locfile-kw.gperf | 1 + locale/programs/locfile-kw.h | 299 ++++++++--------- locale/programs/locfile-token.h | 1 + localedata/C.UTF-8.in | 157 +++++++++ localedata/Makefile | 2 + localedata/SUPPORTED | 1 + localedata/locales/C | 194 +++++++++++ posix/Makefile | 16 +- posix/bug-regex1.c | 20 ++ posix/bug-regex19.c | 22 +- posix/bug-regex4.c | 25 ++ posix/bug-regex6.c | 2 +- posix/transbug.c | 24 +- posix/tst-fnmatch.input | 549 +++++++++++++++++++++++++++++++- posix/tst-regcomp-truncated.c | 1 + posix/tst-regex.c | 33 +- sysdeps/hppa/fpu/libm-test-ulps | 2 +- 23 files changed, 1322 insertions(+), 316 deletions(-) create mode 100644 iconv/tst-iconv9.c copy locale/{C-collate.c => C-collate-seq.c} (80%) create mode 100644 localedata/C.UTF-8.in create mode 100644 localedata/locales/C