Whenever I create a PE-i386 exectuable with LD, it creates an exectuable file that has the relocation table(or fixup table) removed. How can I get the linker to generate this?
I tried using the --emit-relocs option, but it doesn't seem to have any effect. I also tried --r and -reloc, but this causes the output to no longer me a PE executable. What format is this? James Z. Liang [EMAIL PROTECTED]
