Win64: IMAGEREL references (SEH support for Win64)
commit94cd4dd113fea9b639f60e07b2e64c622bbb0c02
authorAndy Polyakov <appro@users.sourceforge.net>
Sat, 24 May 2008 02:45:39 +0000 (23 19:45 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 24 May 2008 02:45:39 +0000 (23 19:45 -0700)
tree6e72aa0e6764e887e2c86a657cc8a3ae0acc27a6
parent45b7431a0c4f7ef020a680a60843917ace4e99df
Win64: IMAGEREL references (SEH support for Win64)

Guess what, SEH again, but in Win64 context, which is completely
different matter from Win32. At lowest level this one boils down to
putting so called imagerel references, or in practical terms
relocations of type ADDR32NB, 0x0003, into .pdata and .xdata
segments. Two possibilities. 1. implement say 'wrt ..imagerel' or 'wrt
..imagebase'. 2. silently enforce ADDR32NB relocations in .pdata and
.xdata segments.
output/outcoff.c