bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/7027] 64-bit libstdc++.so fails to link on Solaris 11/SPARC: cou


From: nickc at redhat dot com
Subject: [Bug ld/7027] 64-bit libstdc++.so fails to link on Solaris 11/SPARC: could not read symbols: Bad value
Date: 18 Nov 2008 14:21:11 -0000

------- Additional Comments From nickc at redhat dot com  2008-11-18 14:21 
-------
Subject: Re:  64-bit libstdc++.so fails to link on Solaris      11/SPARC:
 could not read symbols: Bad value

Hi Rainer,

> I'll try.  First of all, I need to understand what the warning is all
> about.

Oh, well the "progbits" attribute indicates that the section contains 
data values, but the .bss section should in theory be completely empty 
and just initialized with zero bytes when the program is loaded into 
memory.  (ie its type should be NOBITS).

What is probably happening is that one or more of your input object 
files has a .bss section with the wrong attributes.  Why that should be 
is currently a mystery, but first we need to locate those object files 
(or else demonstrate that the problem has some other cause).

Cheers
   Nick




-- 


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

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