https://sourceware.org/bugzilla/show_bug.cgi?id=23825

Jim Wilson <wilson at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #5 from Jim Wilson <wilson at gcc dot gnu.org> ---
An alternative fix might be to rename the .tdata.dyn section to .tbss.dyn.  I
haven't tested this yet, and haven't checked the psABI yet to see if this is
OK.  But this should avoid the need to change the section flags, and avoids the
need to add zero-filled data to the .tdata section for the TLS copy reloc
targets.  I haven't closed this bug report yet because I wanted to try this.

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