http://sourceware.org/bugzilla/show_bug.cgi?id=12763
--- Comment #6 from Marcus Comstedt <marcus at mc dot pp.se> 2011-05-19 
10:12:29 UTC ---
Ok.  I'm afraid you might be right about breakage in objcopy with the patch; I
tried strip and the resulting binary had incorrect file size for PT_TLS.  :-( 
Although here I blame the rather dubious calulcation of file size for non-load
segments, which indeed is the only reason why .tbss needs to go into a load
segment in the first place:  Since .tbss (or any SHT_NOBITS section for that
matter) does not actually exist in the file, nothing ought to rely on it having
a filepos...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

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

Reply via email to