https://sourceware.org/bugzilla/show_bug.cgi?id=27951
--- Comment #1 from David F. <df7729 at gmail dot com> --- Well there is another problem, you can't add sections on PE/PE64 before the other existing sections without fixing up all offsets which means looking at opcodes and addresses, so much better if it only added to the end of existing sections, not at the start. Likewise it should update the virtual memory address to match. I was looking at the code, not sure if the osections[] array created are the existing sectors and where it will output (only if gaps?). It's not easy to follow the code being new to it. That option to add section to end is needed for the PE/PE64 types. -- You are receiving this mail because: You are on the CC list for the bug.