This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 10371501814 Adjust quoted-sym-names test new 74e315dbfe5 elf: Set p_align to the minimum page size if possible
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: bfd/elf-bfd.h | 4 +++ bfd/elf.c | 71 +++++++++++++++++++++++++++++++++++-- bfd/elfxx-target.h | 5 +++ bfd/elfxx-x86.h | 2 ++ include/bfdlink.h | 3 ++ ld/emultempl/elf.em | 1 + ld/ldelf.c | 3 ++ ld/testsuite/ld-elf/elf.exp | 4 +-- ld/testsuite/ld-elf/header.d | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 36 +++++++++++++++++++ ld/testsuite/ld-elf/p_align-1.c | 25 +++++++++++++ ld/testsuite/ld-elf/page-size-1.d | 4 +++ ld/testsuite/ld-elf/pr26936.d | 2 +- ld/testsuite/ld-elf/seg.d | 2 +- ld/testsuite/ld-pru/pru_irq_map-1.d | 4 +-- ld/testsuite/ld-pru/pru_irq_map-2.d | 2 +- ld/testsuite/ld-scripts/pr23571.d | 2 +- ld/testsuite/ld-scripts/rgn-at5.d | 2 +- 18 files changed, 162 insertions(+), 12 deletions(-) create mode 100644 ld/testsuite/ld-elf/p_align-1.c create mode 100644 ld/testsuite/ld-elf/page-size-1.d