[PATCH] D17857: [ELF] - DT_TEXTREL/DF_TEXTREL flags implemented.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 13:49:27 PST 2016


On Thu, Mar 3, 2016 at 1:43 PM, Joerg Sonnenberger via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> On Thu, Mar 03, 2016 at 03:03:11PM -0500, Rafael EspĂ­ndola via
> llvm-commits wrote:
> > It was noticed in freebsd because we were incorrectly creating text
> > relocations. Short of bugs, is it actually common to have relocations
> > pointing to text these days?
>
> At least for i386, I still think there is a decent number of
> questionable libraries out doing it for "performance reasons".


But I still want to defer that until someone comes up with a program that
they want to link with lld and say that they need this. As Davide pointed
out, I'm also not entirely sure if this is the right approach, and if we do
not have to discuss design right now, I want to do this later.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160303/6c7a55a6/attachment.html>


More information about the llvm-commits mailing list