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 in repository toolchain/ci/glibc.
from 6ba205b2c3 nftw: fill in stat buf for dangling links [BZ #23501] adds b5232c9f9e [powerpc] fenv_libc.h: protect use of __builtin_cpu_supports adds 7901d4ee7b locale/tst-locale-locpath: Fix arguments passing adds 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] new a008c76b56 posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
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 | 52 +++++++++++++++++ include/malloc.h | 2 - locale/Makefile | 2 +- malloc/malloc-internal.h | 3 + malloc/malloc.h | 3 - manual/memory.texi | 1 - 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/powerpc/fpu/fenv_libc.h | 4 +- sysdeps/unix/sysv/linux/mips/mmap_info.h | 13 +++++ sysdeps/unix/sysv/linux/mmap64.c | 9 ++- 23 files changed, 243 insertions(+), 50 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