public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* CHECK_STATIC_TLS in R_X86_64_TPOFF64 type relocation
@ 2021-12-26 13:29 Fengkai Sun
  2021-12-26 15:48 ` Florian Weimer
  0 siblings, 1 reply; 3+ messages in thread
From: Fengkai Sun @ 2021-12-26 13:29 UTC (permalink / raw)
  To: libc-help

Hi list,

I noticed that when resolving R_X86_64_TPOFF64 type relocations, the
runtime dynamic linker would call the macro CHECK_STATIC_TLS, which can be
expanded into a call to _dl_try_allocate_static_tls. (in
sysdeps/x86_64/dl-machine.h)

The comments of _dl_try_allocate_static_tls says:

> We are trying to perform a static TLS relocation in MAP, but it was
dynamically loaded.

To the best of my knowledge, I found that R_X86_64_TPOFF64 is for
Initial-exec TLS model, which only appears in executables.

Since glibc has refused to dlopen PIEs since 2.29, why does it not see it
as an error, but still try to allocate static TLS for PIEs?

---
Thanks,
Fengkai

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-27  3:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-26 13:29 CHECK_STATIC_TLS in R_X86_64_TPOFF64 type relocation Fengkai Sun
2021-12-26 15:48 ` Florian Weimer
2021-12-27  3:05   ` Fengkai Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).