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

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 13:43:37 PST 2016


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

Joerg


More information about the llvm-commits mailing list