[PATCH] D43920: Set DF_TEXTREL instead of creating an empty DT_TEXTREL.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 14:19:42 PST 2018


Sigh, looks like DF_TEXTREL is also missing from musl.

Maybe we could decide on DF_TEXTREL or DT_TEXTREL based on
-enable-new-dtags?

Cheers,
Rafael

Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> GNU linkers seem to emit both since perhaps almost 20 years ago. I'm actually fine with emitting both, but since we've had such an extremely long transition period, I'd like to emit just DF_TEXTREL if all OSes are OK with that.
>
>
> https://reviews.llvm.org/D43920


More information about the llvm-commits mailing list