EXE files compiled with Visual Studio usually have a relocation section, aka .reloc
. But files compiled with cygwin-gcc does not have one.
Is there any way to force gcc to create one? -Wl,--relocatable
does not seem to be helpful.
EXE files compiled with Visual Studio usually have a relocation section, aka .reloc
. But files compiled with cygwin-gcc does not have one.
Is there any way to force gcc to create one? -Wl,--relocatable
does not seem to be helpful.