------- Additional Comments From ian at airs dot com  2009-12-30 08:33 -------
I think I've fixed all the problems except one where elflint seems wrong to me. 
 
The remaining problem that I see is

loadable segment [6] is writable but contains no writable sections

This is about a PT_TLS segment which contains a SHF_TLS+SHT_WRITE/SHT_NOBITS 
section.  elflint doesn't want that segment to be writable, but I don't see why 
not. The section is writable, so why shouldn't the segment be writable?  
Admittedly it doesn't actually make a difference, since the section doesn't 
take 
up any space, but I don't see why elflint requires the segment to be non-
writable.

Thanks for reporting this months ago.  Please let me know if you still see any 
problems.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

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