This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/glibc.
from 976db046bc tst-realpath-toolong: Fix hurd build adds 114d07fd9a Add and use link-test-modules-rpath-link [BZ #28455] adds b5237c0746 elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676] adds e4c9268d15 elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688] adds d8d94863ef elf: Add a test for PT_LOAD segments with invalid p_align [B [...]
No new revisions were added by this update.
Summary of changes: Makeconfig | 2 + Makerules | 1 + elf/Makefile | 46 +++++++++++++++++ elf/tst-elf-edit.h | 126 +++++++++++++++++++++++++++++++++++++++++++++ elf/tst-global2.c | 32 ++++++++++++ elf/tst-globalmod2.c | 41 +++++++++++++++ elf/tst-p_align.h | 20 +++++++ elf/tst-p_align1.c | 27 ++++++++++ elf/tst-p_align2.c | 27 ++++++++++ elf/tst-p_align3.c | 27 ++++++++++ elf/tst-p_align3.sh | 27 ++++++++++ elf/tst-p_alignmod-base.c | 41 +++++++++++++++ elf/tst-p_alignmod1-edit.c | 27 ++++++++++ elf/tst-p_alignmod2-edit.c | 27 ++++++++++ elf/tst-p_alignmod3.c | 25 +++++++++ 15 files changed, 496 insertions(+) create mode 100644 elf/tst-elf-edit.h create mode 100644 elf/tst-global2.c create mode 100644 elf/tst-globalmod2.c create mode 100644 elf/tst-p_align.h create mode 100644 elf/tst-p_align1.c create mode 100644 elf/tst-p_align2.c create mode 100644 elf/tst-p_align3.c create mode 100755 elf/tst-p_align3.sh create mode 100644 elf/tst-p_alignmod-base.c create mode 100644 elf/tst-p_alignmod1-edit.c create mode 100644 elf/tst-p_alignmod2-edit.c create mode 100644 elf/tst-p_alignmod3.c