------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to