Nick Clifton <[EMAIL PROTECTED]> writes:
> Hi Dave,
>
> >I think there's a bug in the way objcopy handles R_386_32 (absolute
> > 32-bit) relocation entries when translating from elf to pe-i386
> > (windows) object files.
>
>
> > The symptom is that R_386_32 relocations in elf get translated
Hi Dave,
Is this considered a bug, or a design compromise, in objcopy ?
Ie is it something that will get fixed if someone cares enough, or is
it not something that it was ever intended to do (and so a patch would
be rejected) ?
It is a design compromise. Translating relocs is a very difficult
Hi Dave,
I think there's a bug in the way objcopy handles R_386_32 (absolute
32-bit) relocation entries when translating from elf to pe-i386
(windows) object files.
The symptom is that R_386_32 relocations in elf get translated into
DIR16 entries in the pe-i386. (Or perhaps just not trans
Hi,
I think there's a bug in the way objcopy handles R_386_32 (absolute
32-bit) relocation entries when translating from elf to pe-i386
(windows) object files.
I first found it running cygwin objcopy on windows, and reproduced it
on linux.
cygwin version is
E:\>c:\cygwin\bin\objcopy --versio