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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #4 from Alan Modra <amodra at gmail dot com> ---
bfd_link_dll and !bfd_link_executable are equivalent when used to set
DF_STATIC_TLS in ppc64 and x86 check_relocs.  bfd_link_relocatable is excluded
earlier.

DF_STATIC_TLS is really only relevant for dlopen'd binaries, and so for glibc
systems the flag need only be set for shared libraries.  (I can't see that it
would be wrong to always set the flag on detecting thread pointer relative
accesses as used by initial exec or local exec tls models.)

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