bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when lin


From: amodra at bigpond dot net dot au
Subject: [Bug ld/1540] internal error in elf_i386_copy_indirect_symbol() when linking Qt program
Date: 25 Oct 2005 02:53:00 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2005-10-25 
02:53 -------
No, you shouldn't need to recompile everything.  ld is mishandling some
combination of weak and indirect symbols, I suspect.  Could you run that g++
link again, specifying -Wl,-v to see the args passed to ld, then run ld under
gdb?  Put a break on _bfd_abort, go up one frame when you hit the break, then
print *eind and *edir.  That might show some useful info.  You could go one step
further by finding the object files that define/reference the symbols in
question, and show us what readelf says about the symbols.

-- 


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

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