about summary refs log tree commit diff
path: root/elf/tst-p_alignmod3.c
Commit message (Collapse)AuthorAgeFilesLines
* elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu2022-01-241-0/+25
Build tst-p_alignmod3.so with 256 byte page size and verify that it is rejected with a proper error message. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>