--- Additional Comments From hjl dot tools at gmail dot com 2008-05-22
20:53 ---
Fixed by
http://sourceware.org/ml/binutils/2008-05/msg00188.html
--
What|Removed |Added
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
--
What|Removed |Added
CC||hjl dot tools at gmail dot
||com
http://sourceware.org/bugzilla
--- Additional Comments From frediano dot ziglio at vodafone dot com
2008-05-22 15:24 ---
M... in elf64-hppa.c I replaced line
owner = (h ? h->root.u.def.section->owner : dyn_h->owner);
(line 1148) with
owner = (!dyn_h->owner ? h->root.u.def.section->owner : dyn_h->owner);
and no
--- Additional Comments From frediano dot ziglio at vodafone dot com
2008-05-22 11:29 ---
>
> It does not core dump for me Can you send me the entire linker
> command line that you are using when the seg-fault occurs ?
>
Oh... I changed code adding a core if "invalid string of
--- Additional Comments From nickc at redhat dot com 2008-05-22 11:05
---
Subject: Re: segmentation fault building final object
Hi Frediano,
> Thanks for the patches. However ld still core :(
It does not core dump for me Can you send me the entire linker
command line that you
Hi Frediano,
Thanks for the patches. However ld still core :(
It does not core dump for me Can you send me the entire linker
command line that you are using when the seg-fault occurs ?
Cheers
Nick
___
bug-binutils mailing list
bug-binuti
--- Additional Comments From frediano dot ziglio at vodafone dot com
2008-05-22 10:05 ---
Thanks for the patches. However ld still core :(
I noted trying to debug for symoffset in bfd_elf_string_from_elf_section is
passed in a strange way... having ct.o and ctutil.o as input ld parse fir
--- Additional Comments From nickc at redhat dot com 2008-05-22 09:56
---
Hi Frediano,
Thanks for the object files. With them I was able to reproduce the behaviour
that you describe. I have uploaded two patches. The first, to bfd/elf.c, fixes
the problem with strange warning messag
--- Additional Comments From nickc at redhat dot com 2008-05-22 09:53
---
Created an attachment (id=2754)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2754&action=view)
Create the new dynamic symbol if it does not already exist
--
What|Removed
--- Additional Comments From nickc at redhat dot com 2008-05-22 09:52
---
Created an attachment (id=2753)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2753&action=view)
Stop bfd_elf_get_elf_syms from reading beyond the end of the section
--
http://sourceware.org/bugzilla/s
11 matches
Mail list logo