|
From: | frediano dot ziglio at vodafone dot com |
Subject: | [Bug ld/6511] segmentation fault building final object |
Date: | 22 May 2008 15:24:31 -0000 |
------- Additional Comments From frediano dot ziglio at vodafone dot com 2008-05-22 15:24 ------- Mmmmm... 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 now seems to work... however I don't understand if this is correct.. my application seems to work (just small tests). Frediano -- http://sourceware.org/bugzilla/show_bug.cgi?id=6511 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
[Prev in Thread] | Current Thread | [Next in Thread] |