https://sourceware.org/bugzilla/show_bug.cgi?id=20193

--- Comment #12 from Nick Clifton <nickc at redhat dot com> ---
Hi Jon,

> This occurs because rsrc_process_section(), which now updates the .rsrc 
> section
> VirtSize, is happening after compute_section_file_positions(), so the VMAs
> aren't computed correctly if the .rsrc section shrinks under a page boundary.
> 
> So, another fix is needed here.  I'm trying to puzzle out where to move
> rsrc_process_section() to, but if you have any pointers, that would be most
> helpful.

Hmm, tricky.  The start of coffcode.h:coff_write_object_contents() would be my 
first choice, but I have no idea what sort pf problems you might encounter...

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to