https://bugs.winehq.org/show_bug.cgi?id=44650
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello Zebediah,
no problem since the Wine-Staging patch fixes the issue - although at runtime.
The alternative would be a custom linker script, not using DATA_SEGMENT_ALIGN directive and align manually to next page boundary to fix this issue at "static" link time. Downside: replacing the default linker script with a custom one just for fixing the segments mapping might be overkill/too expensive to maintain.
Regards