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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to