This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/78294] [5/6/7 Regression] -fsanitize=thread broken by ignoring __attribute__((tls_model("initial-exec")))


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78294

--- Comment #19 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
As for the ld.bfd optimization that makes linking with ld.bfd work, that is an
optimization if there are any IE relocations then other GD/LD relocations are
turned into them too, because once you have any IE relocations, all of the TLS
has to be static anyway, so the TLS GD/LD calls are just a waste of time.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]