objcopy elf32-i386 to pe-i386 breaks R_386_32 relocations
23 .comment 4 .data 0 .note.GNU-stack 0 .text (and ms linker rejects the fixup entries as invalid if I try to use such a converted file...) dd -- Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com __
Re: objcopy elf32-i386 to pe-i386 breaks R_386_32 relocations
gram that's generating the elf, I can just generate an incorrect elf file with the coff relocation tags, and then after the objcopy, I end up with an (apparently) correct pe-coff object file. Thanks dd -- Dave Denholm <[EMAIL PROTECTED]> http://www.esmertec.com