------- Additional Comments From amodra at bigpond dot net dot au  2006-11-20 
01:06 -------
Nasty.  The problem here is that the arm backend adds new symbols inside
allocate_dynrelocs, which is called via a symbol table hash traversal.  Adding a
new sym just happens to cause us to grow the hash table size, which of course
reorders the hash table entries.  Net result is that the traversal is seriously
broken.  allocate_dynrelocs is never called for some symbols, and called twice
for others.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=3532

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