------- Additional Comments From nickc at redhat dot com  2009-03-10 17:53 
-------
Hi Mike,

  The crtn.o file in your tarball is the culprit - it contains relocs that do
not not refer to any symbols.  Since those are the only kind of relocs in that
file there is no symbol table either and this is what is confusing the BFD 
library.

  Please try the uploaded patch which should work for your tarball but maybe not
for other tests.  (I did not try to track down all the places where the
assumption is made that relocs==symbols).

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

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