This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 114d07fd9a Add and use link-test-modules-rpath-link [BZ #28455] new b5237c0746 elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676] new e4c9268d15 elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688] new d8d94863ef elf: Add a test for PT_LOAD segments with invalid p_align [B [...]
The 3 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/Makefile | 39 ++++++++++++++ elf/tst-elf-edit.h | 126 +++++++++++++++++++++++++++++++++++++++++++++ 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 +++++++++ 11 files changed, 413 insertions(+) create mode 100644 elf/tst-elf-edit.h 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