https://sourceware.org/bugzilla/show_bug.cgi?id=20193
--- Comment #13 from Jon Turney <jon.turney at dronecode dot org.uk> ---
(In reply to Nick Clifton from comment #12)
> > 
> > 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...

_bfd_coff_final_link() seems to be the right place.  I tried adding a hook
which runs at the start of that before compute_section_file_positions() is
called, but that's no good, I think because the contents of the output sections
aren't actually determined at that point, so this seems a bit intractable
without changing lots of stuff.

-- 
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