Timo Kreuzer wrote:
I have recently been working on getting SEH into the
x64 port. This
covers several parts. One of them is compiler support.
Need a hand porting over PSEH? Shouldn't take long and we would help the
other ports, too
As for your question: this should be done in pefixup, not rsym, because
pefixup is part of the linking phase (and this is something that should
be done by the linker), and because doing it in the rsym phase would
invalidate the PE checksum calculated in the linking phase. And I'm
personally OK with a RosBE linker script