This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/glibc.
from 1d9f99ce1b AArch64: Update A64FX memset not to degrade at 16KB adds f5117c6504 Add 'codepoint_collation' support for LC_COLLATE. adds 466f2be6c0 Add generic C.UTF-8 locale (Bug 17318) adds d8cf84ac7e Update hppa libm-test-ulps new b8c6166b1b locale: Add missing second argument to _Static_assert in C-c [...]
The 1 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