bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/3532] ld/bfd assertion failure while linking thumb code.


From: amodra at bigpond dot net dot au
Subject: [Bug ld/3532] ld/bfd assertion failure while linking thumb code.
Date: 20 Nov 2006 01:06:58 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]