This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 04b261bdc1 Linux: Add the tgkill function adds 7ac6fad987 iconv: Remove public declaration of __gconv_transliterate adds d50f09181e support: Add support_install_rootsbindir adds a9368c34d7 nss: Turn __nss_database_lookup into a compatibility symbol adds 32ff397533 Fix crash in _IO_wfile_sync (bug 20568) adds 5dde9ef79a Add missing Changelog entry adds 11b451c886 dlfcn: Guard __dlerror_main_freeres with __libc_once_get (on [...] adds 85b0e1e8a6 support: Report NULL blobs explicitly in TEST_COMPARE adds 9c02d0784d nss_files: Remove RES_USE_INET6 from hosts processing adds ec255a97a2 nss_nis, nss_nisplus: Remove RES_USE_INET6 handling new 5f161b2398 Update kernel-features.h files for Linux 5.1.
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: ChangeLog | 124 ++++++++++++++++++++++++ dlfcn/dlerror.c | 29 ++++-- grp/initgroups.c | 8 +- iconv/gconv.h | 9 -- iconv/gconv_int.h | 8 ++ iconv/loop.c | 2 +- iconv/skeleton.c | 2 +- libio/Makefile | 4 +- posix/tst-fnmatch4.c => libio/tst-wfile-sync.c | 24 +++-- libio/tst-wfile-sync.input | 1 + libio/wfileops.c | 5 +- nis/nss_nis/nis-hosts.c | 55 +++-------- nis/nss_nisplus/nisplus-hosts.c | 59 +++-------- nscd/aicache.c | 6 +- nscd/initgrcache.c | 4 +- nscd/netgroupcache.c | 2 +- nss/Versions | 8 +- nss/XXX-lookup.c | 4 +- nss/compat-lookup.c | 30 +++++- nss/nss_compat/compat-grp.c | 2 +- nss/nss_compat/compat-initgroups.c | 2 +- nss/nss_compat/compat-pwd.c | 2 +- nss/nss_compat/compat-spwd.c | 4 +- nss/nss_files/files-hosts.c | 38 +++----- nss/nsswitch.c | 18 +--- nss/nsswitch.h | 8 +- support/Makefile | 3 +- support/support.h | 2 + support/support_paths.c | 7 ++ support/support_test_compare_blob.c | 4 +- sysdeps/posix/getaddrinfo.c | 6 +- sysdeps/unix/sysv/linux/alpha/kernel-features.h | 8 +- sysdeps/unix/sysv/linux/ia64/kernel-features.h | 6 +- sysdeps/unix/sysv/linux/sh/kernel-features.h | 6 +- 34 files changed, 298 insertions(+), 202 deletions(-) copy posix/tst-fnmatch4.c => libio/tst-wfile-sync.c (64%) create mode 100644 libio/tst-wfile-sync.input