This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PR bfd/14207 changes vs *-*-nacl* targets
On Mon, Jul 2, 2012 at 5:02 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> In _bfd_elf_map_sections_to_segments, NACL calls
> nacl_modify_segment_map after sections are mapped
> to segment. When assign_file_positions_for_load_sections
> is called, segment map isn't the same as the one used
> to set up RELRO segment. assign_file_positions_for_load_sections
> isn't prepared to deal with it.
I see. I'll see if I can make sense of it one way or the other.
Thanks,
Roland