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_tx1/gnu-release-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from cb44a620ef S390: Add PCI_MIO and SIE HWCAPs adds 79528414dc elf: Replace nsid with args.nsid [BZ #27609] adds 76843f3b3e y2038: Use a common definition for stat for sparc32 adds cb9b8b5d76 timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469) adds 024a7640ab elf: Avoid deadlock between pthread_create and ctors [BZ #28357] adds 01bffc013c Handle NULL input to malloc_usable_size [BZ #28506] adds f42373f911 ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340] adds 5f36e5c701 ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340] adds 6548a9bdba Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so adds f411207a83 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...] new cf8c6a634c elf: Earlier missing dynamic segment check in _dl_map_object [...]
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: NEWS | 3 + elf/Makefile | 16 ++- elf/dl-close.c | 6 ++ elf/dl-load.c | 25 +++-- elf/dl-open.c | 37 ++++++- elf/dl-reloc-static-pie.c | 12 ++- elf/dl-support.c | 7 ++ elf/dl-tls.c | 16 +-- elf/get-dynamic-info.h | 21 +--- elf/rtld.c | 8 +- elf/setup-vdso.h | 5 +- .../tst-ro-dynamic-mod.c | 36 +------ elf/tst-ro-dynamic-mod.map | 16 +++ malloc/tst-malloc-usable.c => elf/tst-ro-dynamic.c | 34 ++---- iconvdata/Makefile | 5 +- iconvdata/bug-iconv15.c | 60 +++++++++++ iconvdata/iso-2022-jp-3.c | 28 +++-- include/link.h | 3 + malloc/malloc-debug.c | 13 +-- malloc/malloc.c | 25 ++--- malloc/tst-malloc-usable.c | 22 ++-- posix/fork.c | 3 + .../generic/dl-relocate-ld.h | 38 ++----- sysdeps/generic/ldsodefs.h | 26 +++-- .../mips/dl-relocate-ld.h | 38 ++----- sysdeps/mips/ldsodefs.h | 4 - sysdeps/pthread/Makefile | 10 +- sysdeps/pthread/tst-create1.c | 119 +++++++++++++++++++++ .../pthread/tst-create1mod.c | 48 ++++----- .../riscv/dl-relocate-ld.h | 38 ++----- sysdeps/riscv/ldsodefs.h | 5 - sysdeps/unix/sysv/linux/bits/timex.h | 2 +- sysdeps/unix/sysv/linux/sparc/bits/struct_stat.h | 54 ++++++---- 33 files changed, 469 insertions(+), 314 deletions(-) copy malloc/tst-malloc-usable.c => elf/tst-ro-dynamic-mod.c (51%) create mode 100644 elf/tst-ro-dynamic-mod.map copy malloc/tst-malloc-usable.c => elf/tst-ro-dynamic.c (55%) create mode 100644 iconvdata/bug-iconv15.c copy malloc/tst-malloc-usable.c => sysdeps/generic/dl-relocate-ld.h (52%) copy malloc/tst-malloc-usable.c => sysdeps/mips/dl-relocate-ld.h (52%) create mode 100644 sysdeps/pthread/tst-create1.c copy malloc/tst-malloc-usable.c => sysdeps/pthread/tst-create1mod.c (53%) copy malloc/tst-malloc-usable.c => sysdeps/riscv/dl-relocate-ld.h (52%)