This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 32b8188ac8 Don't declare __malloc_check_init in <malloc.h> (bug 23352) adds 30ba037546 aarch64: simplify the DT_AARCH64_VARIANT_PCS handling code adds 99135114ba nss_db: fix endent wrt NULL mappings [BZ #24695] [BZ #24696] adds a008c76b56 posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
No new revisions were added by this update.
Summary of changes: ChangeLog | 35 ++++++++++++ nss/Makefile | 4 +- nss/nss_db/db-open.c | 6 +- .../tst-nss-db-endgrent.c | 51 ++++++++--------- nss/tst-nss-db-endgrent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.c | 66 ++++++++++++++++++++++ nss/tst-nss-db-endpwent.root/etc/nsswitch.conf | 1 + nss/tst-nss-db-endpwent.root/var/db/passwd.in | 4 ++ posix/tst-mmap-offset.c | 9 +-- support/Makefile | 5 ++ support/links-dso-program-c.c | 17 ++++++ support/links-dso-program.cc | 17 ++++++ sysdeps/aarch64/dl-machine.h | 6 +- sysdeps/aarch64/linkmap.h | 1 - sysdeps/generic/mmap_info.h | 16 ++++++ sysdeps/unix/sysv/linux/mips/mmap_info.h | 13 +++++ sysdeps/unix/sysv/linux/mmap64.c | 9 ++- 17 files changed, 219 insertions(+), 42 deletions(-) copy string/test-strerror-errno.c => nss/tst-nss-db-endgrent.c (52%) create mode 100644 nss/tst-nss-db-endgrent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.c create mode 100644 nss/tst-nss-db-endpwent.root/etc/nsswitch.conf create mode 100644 nss/tst-nss-db-endpwent.root/var/db/passwd.in create mode 100644 sysdeps/generic/mmap_info.h create mode 100644 sysdeps/unix/sysv/linux/mips/mmap_info.h