ty: P3
Component: ld
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: frediano dot ziglio at vodafone dot com
CC: bug-binutils at gnu dot org
GCC build triplet: i386-linux
GCC host triplet: i386-linux
GCC target triplet: hppa64-hp-hpux11.00
--- Additional Comments From frediano dot ziglio at vodafone dot com
2008-05-21 14:23 ---
I tried the patch. It just move the problem but it core after some while...
I tried to produce a test case but after three hours I got two c files that make
ld core only if compiled with some
--- Additional Comments From frediano dot ziglio at vodafone dot com
2008-05-21 15:26 ---
Created an attachment (id=2749)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2749&action=view)
object files from my gcc version
result from hppa64-hp-hpux11.00-gcc -O2 -c c
--- 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
--- 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 &qu
--- 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 : d