This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/glibc.
from 27b6edbb09 support: Also return fd when it is 0 adds f2e06656d0 S390: Add PCI_MIO and SIE HWCAPs adds 645277434a Fix subscript error with odd TZif file [BZ #28338] adds 1836bb2ebf io: Fix ftw internal realloc buffer (BZ #28126) new 1bd888d0b7 Initial support for GNU_PROPERTY_1_NEEDED new 349b0441da Add run-time check for indirect external access
The 2 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: elf/dl-lookup.c | 5 ++ elf/elf.h | 17 ++++++ io/Makefile | 1 + io/ftw.c | 39 ++++++------- io/tst-ftw-bz28126.c | 97 +++++++++++++++++++++++++++++++ sysdeps/generic/dl-prop.h | 9 ++- sysdeps/generic/dl-protected.h | 54 +++++++++++++++++ sysdeps/generic/link_map.h | 3 +- sysdeps/s390/dl-procinfo.c | 4 +- sysdeps/s390/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 7 +++ sysdeps/x86/dl-prop.h | 19 ++++-- sysdeps/x86/link_map.h | 2 + time/tzfile.c | 3 +- 14 files changed, 232 insertions(+), 32 deletions(-) create mode 100644 io/tst-ftw-bz28126.c create mode 100644 sysdeps/generic/dl-protected.h