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_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 59c30d5708 stdio-common: Add wide stream coverage to tst-vfprintf-user-type adds cd08388523 iconv: Always encode "optional direct" UTF-7 characters adds 09abb567a9 iconv: Better mapping to RFC for UTF-7 adds ef7b963280 iconv: make utf-7.c able to use variants adds 9df157b4ed iconv: Add UTF-7-IMAP variant in utf-7.c adds 1c37b8022e Simplify allocations and fix merge and continue actions [BZ #28931] adds d01411f6bc gaih_inet: Simplify canon name resolution adds 3004604607 getaddrinfo: Fix leak with AI_ALL [BZ #28852] adds 8d6cf99f2f gaih_inet: Simplify service resolution adds 26dea46119 gaih_inet: make numeric lookup a separate routine adds b44389cb7f gaih_inet: Split simple gethostbyname into its own function adds e7e5315b7f gaih_inet: Split nscd lookup code into its own function. adds 906cecbe08 gaih_inet: separate nss lookup loop into its own function adds cfa3bd48cb gaih_inet: make gethosts into a function adds 657472b2a5 gaih_inet: split loopback lookup into its own function adds ac4653ef50 gaih_inet: Split result generation into its own function adds b587456c0e gethosts: Return EAI_MEMORY on allocation failure adds 06890c7ba5 gaiconf_init: Refactor some bits for readability adds bc0d18d873 gai_init: Avoid jumping from if condition to its else counterpart adds 05dec22d7b resolv: Fix unaligned accesses to fields in HEADER struct
No new revisions were added by this update.
Summary of changes: iconvdata/TESTS | 1 + iconvdata/gconv-modules | 4 + iconvdata/testdata/UTF-7-IMAP | 1 + .../testdata/{UTF-7..UTF8 => UTF-7-IMAP..UTF8} | 7 + iconvdata/utf-7.c | 302 ++- nss/Makefile | 1 + nss/tst-nss-gai-actions.c | 149 ++ .../etc/host.conf | 0 nss/tst-nss-gai-actions.root/etc/hosts | 508 +++++ resolv/res_query.c | 10 +- resolv/res_send.c | 18 +- resolv/resolv-internal.h | 7 + sysdeps/posix/getaddrinfo.c | 2127 ++++++++++---------- 13 files changed, 2021 insertions(+), 1114 deletions(-) create mode 100644 iconvdata/testdata/UTF-7-IMAP copy iconvdata/testdata/{UTF-7..UTF8 => UTF-7-IMAP..UTF8} (78%) create mode 100644 nss/tst-nss-gai-actions.c copy nss/{tst-nss-files-hosts-long.root => tst-nss-gai-actions.root}/etc/host.conf (100%) create mode 100644 nss/tst-nss-gai-actions.root/etc/hosts