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_check_binutils/master-arm in repository toolchain/ci/glibc.
from 2d5ec6692f Enable DT_RELR in glibc shared libraries and PIEs automatically adds 5a5f94af05 string.h: fix __fortified_attr_access macro call [BZ #29162] new 21bb8382b6 stdio-common: Add tst-vfprintf-width-i18n to cover numeric f [...] new 5442ea7ffe vfprintf: Move argument processing into vfprintf-process-arg.c new 859e7a00af vfprintf: Consolidate some multibyte/wide character processing new b094c52b1b __printf_fphex always uses LC_NUMERIC new 0060a6de54 stdio-common: Add tst-memstream-string for open_memstream overflow new 0b6342e769 locale: Call _nl_unload_locale from _nl_archive_subfreeres new bbebe83a28 locale: Remove cleanup function pointer from struct __localedata new 7ee41feba6 locale: Remove private union from struct __locale_data new 93ec1cf0fe locale: Add more cached data to LC_CTYPE
The 9 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: locale/C-address.c | 2 +- locale/C-collate.c | 2 +- locale/C-ctype.c | 9 +- locale/C-identification.c | 2 +- locale/C-measurement.c | 2 +- locale/C-messages.c | 2 +- locale/C-monetary.c | 2 +- locale/C-name.c | 2 +- locale/C-numeric.c | 2 +- locale/C-paper.c | 2 +- locale/C-telephone.c | 2 +- locale/C-time.c | 2 +- locale/findlocale.c | 2 +- locale/loadarchive.c | 8 +- locale/loadlocale.c | 88 +++++- locale/localeinfo.h | 48 +++- locale/setlocale.c | 2 +- stdio-common/Makefile | 6 + stdio-common/printf_fphex.c | 30 +- stdio-common/tst-memstream-string.c | 77 +++++ stdio-common/tst-vfprintf-width-i18n.c | 95 +++++++ stdio-common/vfprintf-internal.c | 501 +-------------------------------- stdio-common/vfprintf-process-arg.c | 471 +++++++++++++++++++++++++++++++ string/bits/string_fortified.h | 2 +- time/alt_digit.c | 49 ++-- time/era.c | 49 ++-- time/lc-time-cleanup.c | 5 +- wcsmbs/wcsmbsload.c | 27 +- wcsmbs/wcsmbsload.h | 11 +- 29 files changed, 861 insertions(+), 641 deletions(-) create mode 100644 stdio-common/tst-memstream-string.c create mode 100644 stdio-common/tst-vfprintf-width-i18n.c create mode 100644 stdio-common/vfprintf-process-arg.c