------- Additional Comments From hjl dot tools at gmail dot com  2009-12-30 
17:32 -------
(In reply to comment #8)
> 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.
> 

The gABI says that PT_TLS should have PF_R for p_flags.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         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