Found that this code not used because of
handleARMTlsRelocation and handleMipsTlsRelocation methods that are called
for these platforms instead of regular TLS code.
So, it is dead code that we can remove I think, or do we need it for some reason ?
Differential D32355
[ELF] - Remove dead TLS relocations relative code for MIPS and ARM grimar on Apr 21 2017, 8:40 AM. Authored by
Details Found that this code not used because of So, it is dead code that we can remove I think, or do we need it for some reason ?
Diff Detail
Event TimelineComment Actions I don't have any objections to it being removed. It can be reintroduced if we need it later. Perhaps the names of those functions are a bit general, for example should isTlsLocalDynamicRel() be isRelaxableTlsDynamicRel()? Comment Actions I would keep the names. It seems that isRelaxableTlsDynamicRel is too generic probably. Rui, are you ok with landing cleanup introduced in this patch ? |