diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-21 21:31:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-21 21:31:18 +0000 |
commit | f1d85785136b9335f837775031f4dba0124462db (patch) | |
tree | a06b890a356e440d206c0d3631ecb3af27bc51d2 /bfd/ChangeLog | |
parent | a3f548ed8589b815eb5141825c73d3871d0d1786 (diff) | |
download | gdb-f1d85785136b9335f837775031f4dba0124462db.zip gdb-f1d85785136b9335f837775031f4dba0124462db.tar.gz gdb-f1d85785136b9335f837775031f4dba0124462db.tar.bz2 |
Set output maxpagesize when rewriting program header
bfd/
PR binutils/14493
* elf.c (copy_elf_program_header): When rewriting program
header, set the output maxpagesize to the maximum alignment
of input PT_LOAD segments.
2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/14493
* ld-elf/maxpage5.d: New file.
* ld-elf/maxpage5.s: Likewise.
* ld-elf/maxpage5.t: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 96fdcd4..ff60564 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2012-11-21 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/14493 + * elf.c (copy_elf_program_header): When rewriting program + header, set the output maxpagesize to the maximum alignment + of input PT_LOAD segments. + 2012-11-21 Roland McGrath <mcgrathr@google.com> * elf-nacl.c (segment_nonexecutable_and_has_contents): Renamed to ... |