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_tk1/gnu-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from a312e8fe6d Fix stdio-common tests for GCC 12 -Waddress adds 6bbf729832 Fixed inaccuracy of j0f (BZ #28185) adds c75b106145 aarch64: update libm test ulps adds a0f0c08e4f Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compare adds d2b1254db2 y2038: Use a common definition for stat for sparc32 adds c2a567cec4 math: Also xfail the new j0f tests for ibm128-libgcc adds 260d3032ad powerpc: update libm test ulps adds 47252e4336 S390: update libm test ulps adds 3234a31b48 ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129] adds 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) adds 1bd888d0b7 Initial support for GNU_PROPERTY_1_NEEDED adds 349b0441da Add run-time check for indirect external access adds 490e6c62aa elf: Avoid nested functions in the loader [BZ #27220]
No new revisions were added by this update.
Summary of changes: elf/dl-conflict.c | 39 +- elf/dl-lookup.c | 5 + elf/dl-reloc-static-pie.c | 15 +- elf/dl-reloc.c | 57 +- elf/do-rel.h | 16 +- elf/dynamic-link.h | 58 +- elf/elf.h | 17 + elf/get-dynamic-info.h | 15 +- elf/rtld.c | 21 +- io/Makefile | 1 + io/ftw.c | 39 +- io/tst-ftw-bz28126.c | 97 ++ math/auto-libm-test-in | 45 + math/auto-libm-test-out-j0 | 1100 ++++++++++++++++++++++ stdlib/tst-setcontext.c | 2 +- support/support-open-dev-null-range.c | 14 +- sysdeps/aarch64/dl-machine.h | 22 +- sysdeps/aarch64/libm-test-ulps | 2 +- sysdeps/alpha/dl-machine.h | 16 +- sysdeps/arc/dl-machine.h | 18 +- sysdeps/arm/dl-machine.h | 34 +- sysdeps/csky/dl-machine.h | 19 +- sysdeps/generic/dl-prop.h | 9 +- sysdeps/generic/dl-protected.h | 54 ++ sysdeps/generic/link_map.h | 3 +- sysdeps/hppa/dl-machine.h | 23 +- sysdeps/i386/dl-machine.h | 40 +- sysdeps/ia64/dl-machine.h | 22 +- sysdeps/ieee754/flt-32/e_j0f.c | 6 +- sysdeps/m68k/dl-machine.h | 19 +- sysdeps/microblaze/dl-machine.h | 19 +- sysdeps/mips/dl-machine.h | 58 +- sysdeps/nios2/dl-machine.h | 21 +- sysdeps/powerpc/fpu/libm-test-ulps | 2 +- sysdeps/powerpc/powerpc32/dl-machine.h | 17 +- sysdeps/powerpc/powerpc64/dl-machine.h | 19 +- sysdeps/riscv/dl-machine.h | 23 +- sysdeps/s390/dl-procinfo.c | 4 +- sysdeps/s390/dl-procinfo.h | 4 +- sysdeps/s390/fpu/libm-test-ulps | 2 +- sysdeps/s390/s390-32/dl-machine.h | 19 +- sysdeps/s390/s390-64/dl-machine.h | 19 +- sysdeps/sh/dl-machine.h | 19 +- sysdeps/sparc/sparc32/dl-machine.h | 18 +- sysdeps/sparc/sparc64/dl-machine.h | 18 +- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 7 + sysdeps/unix/sysv/linux/sparc/bits/struct_stat.h | 54 +- sysdeps/x86/dl-prop.h | 19 +- sysdeps/x86/link_map.h | 2 + sysdeps/x86_64/dl-machine.h | 25 +- time/tzfile.c | 3 +- 51 files changed, 1802 insertions(+), 398 deletions(-) create mode 100644 io/tst-ftw-bz28126.c create mode 100644 sysdeps/generic/dl-protected.h