bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/9934] arm gnueabi linker often fails with FPE error while linkin


From: nickc at redhat dot com
Subject: [Bug ld/9934] arm gnueabi linker often fails with FPE error while linking shared libs
Date: 10 Mar 2009 17:53:59 -0000

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




reply via email to

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