]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR gold/14566
authorAlan Modra <amodra@gmail.com>
Mon, 10 Sep 2012 23:10:41 +0000 (23:10 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Sep 2012 23:10:41 +0000 (23:10 +0000)
commit815a120572fd0025c606dbb0b7ab5d137d07d036
treee19cbdce076c9e977eb83d8ca5132dd115907008
parentbd73a62d774b7c9a77be60ccfc4ff0dd7641970f
PR gold/14566
* layout.cc (Layout::set_segment_offsets): When using
common-page-size alignment, ensure we are on a new max-page-size
page.
* output.cc (Output_segment::set_section_addresses): Use
abi_pagesize, not common_pagesize for relro boundary.
(Output_segment::set_offset): Likewise.
gold/ChangeLog
gold/layout.cc
gold/output.cc