This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from efedd1ed3d Linux: Remove rseq support adds 8cde977077 en_US: Minimize changes to date_fmt (Bug 25923) adds 76b8442db5 Move <rpc/netdb.h> from sunrpc to inet adds f46ef33ad1 AArch64: Improve strlen_asimd performance (bug 25824) adds e9422236a2 manual: New signal and errno string functions are AS-safe adds 115bcf921a hurd: Fix longjmp early in initialization adds 5baad9a6f9 hurd: Fix longjmp check for sigstate adds 07ed32f920 elf: Change TLS static surplus default back to 1664 adds 63ce2425c2 Use MPFR 4.1.0 in build-many-glibcs.py. adds 469c03907b Update powerpc-nofpu libm-test-ulps. adds 299210c1fa nss_files: Consolidate file opening in __nss_files_fopen adds 23ed36735a nss_compat: Do not use mmap to read database files (bug 26258) adds e9b2340998 nss_files: Consolidate line parse declarations in <nss_files.h> adds 9980bf0b30 nss_files: Use generic result pointer in parse_line adds d4b4586315 libio: Add fseterr_unlocked for internal use adds bdee910e88 nss: Add __nss_fgetent_r adds 4f62a21d0e grp: Implement fgetgrent_r using __nss_fgetent_r adds 2add4235ef gshadow: Implement fgetsgent_r using __nss_fgetent_r (bug 20338) adds ee1c062be0 pwd: Implement fgetpwent_r using __nss_fgetent_r adds 00bc6830e3 shadow: Implement fgetspent_r using __nss_fgetent_r adds ec2f1fddf2 libio: Remove __libc_readline_unlocked adds c79607a474 powerpc64le: guarantee a .gnu.attributes section [BZ #26220]
No new revisions were added by this update.
Summary of changes: elf/Makefile | 4 +- elf/dl-tls.c | 37 ++- elf/{tst-filterobj-dlopen.c => tst-tls-surplus.c} | 31 +-- grp/fgetgrent_r.c | 54 +---- gshadow/Makefile | 2 +- gshadow/fgetsgent_r.c | 41 +--- gshadow/tst-fgetsgent_r.c | 192 +++++++++++++++ include/grp.h | 6 - include/gshadow.h | 6 - include/netdb.h | 13 - include/netinet/ether.h | 6 - include/nss_files.h | 84 +++++++ include/pwd.h | 6 - include/rpc/netdb.h | 8 +- include/shadow.h | 6 - include/stdio.h | 20 +- inet/Makefile | 3 +- {sunrpc => inet}/rpc/netdb.h | 0 libio/Makefile | 4 +- libio/Versions | 1 - libio/readline.c | 170 ------------- libio/tst-readline.c | 237 ------------------ localedata/locales/en_US | 7 +- manual/errno.texi | 4 +- manual/signal.texi | 4 +- nss/Makefile | 4 +- nss/Versions | 1 + nss/nss_compat/compat-grp.c | 6 +- nss/nss_compat/compat-initgroups.c | 6 +- nss/nss_compat/compat-pwd.c | 6 +- nss/nss_compat/compat-spwd.c | 6 +- nss/nss_fgetent_r.c | 55 +++++ nss/nss_files/files-XXX.c | 82 +++---- nss/nss_files/files-alias.c | 5 +- nss/nss_files/files-initgroups.c | 6 +- nss/nss_files/files-netgrp.c | 5 +- nss/nss_files/files-parse.c | 6 +- .../mod-cache-ppc.c => nss/nss_files_fopen.c | 40 +-- .../nss_parse_line_result.c | 34 ++- nss/nss_readline.c | 99 ++++++++ pwd/fgetpwent_r.c | 43 +--- resolv/Makefile | 7 - resolv/rpc/netdb.h | 3 - scripts/build-many-glibcs.py | 2 +- shadow/fgetspent_r.c | 43 +--- sysdeps/aarch64/multiarch/Makefile | 2 +- sysdeps/aarch64/multiarch/ifunc-impl-list.c | 2 +- sysdeps/aarch64/multiarch/strlen.c | 10 +- sysdeps/aarch64/multiarch/strlen_asimd.S | 267 ++++++++++++--------- .../multiarch/{strlen_generic.S => strlen_mte.S} | 6 +- sysdeps/mach/hurd/i386/____longjmp_chk.S | 9 +- sysdeps/mach/hurd/i386/__longjmp.S | 9 +- sysdeps/powerpc/nofpu/libm-test-ulps | 60 ++--- sysdeps/powerpc/powerpc64/le/Makefile | 8 + 54 files changed, 836 insertions(+), 942 deletions(-) copy elf/{tst-filterobj-dlopen.c => tst-tls-surplus.c} (58%) create mode 100644 gshadow/tst-fgetsgent_r.c create mode 100644 include/nss_files.h rename {sunrpc => inet}/rpc/netdb.h (100%) delete mode 100644 libio/readline.c delete mode 100644 libio/tst-readline.c create mode 100644 nss/nss_fgetent_r.c copy sysdeps/powerpc/mod-cache-ppc.c => nss/nss_files_fopen.c (53%) copy nptl/pthread_attr_getsigmask.c => nss/nss_parse_line_result.c (57%) create mode 100644 nss/nss_readline.c delete mode 100644 resolv/rpc/netdb.h rename sysdeps/aarch64/multiarch/{strlen_generic.S => strlen_mte.S} (88%)