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_check_gdb/master-arm in repository toolchain/ci/glibc.
from 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] adds f3c6c19038 Remove unreliable parts of rt/tst-cpuclock2 adds b5c8a3aa82 Linux: implement getloadavg(3) using sysinfo(2) adds fa80ce6023 resolv: make res_randomid use random_bits() adds fc5bd179ef x86: Modify ENTRY in sysdep.h so that p2align can be specified
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 | 15 +++--- resolv/res_randomid.c | 3 +- rt/tst-cpuclock2.c | 91 +++++----------------------------- sysdeps/aarch64/dl-machine.h | 22 ++++---- 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/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/powerpc32/dl-machine.h | 17 ++++--- sysdeps/powerpc/powerpc64/dl-machine.h | 19 +++---- sysdeps/riscv/dl-machine.h | 23 +++++---- 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/getloadavg.c | 50 ++++++------------- sysdeps/x86/dl-prop.h | 19 +++++-- sysdeps/x86/link_map.h | 2 + sysdeps/x86/sysdep.h | 7 ++- sysdeps/x86_64/dl-machine.h | 25 +++++----- 39 files changed, 516 insertions(+), 447 deletions(-) create mode 100644 sysdeps/generic/dl-protected.h