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-aarch64-spec2k6-Oz 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 adds 5f161b2398 Update kernel-features.h files for Linux 5.1. adds fef7c63cd5 manual: Document O_DIRECTORY adds 1f50f2ad85 Small tcache improvements
No new revisions were added by this update.
Summary of changes: ChangeLog | 136 ++++++++++++++++++++++++ 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 +- malloc/malloc.c | 14 ++- manual/llio.texi | 7 ++ manual/tunables.texi | 2 +- 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 +- 37 files changed, 324 insertions(+), 211 deletions(-) copy posix/tst-fnmatch4.c => libio/tst-wfile-sync.c (64%) create mode 100644 libio/tst-wfile-sync.input