Relocation fixes for building x86_64 wine-gecko.

Without these patches, build fails when linking object files generated from asm files (with yasm) on x86_64 because the symbols are 32-bit in size, and of course the relocation will be truncated to fit.

Merge request reports

Loading