This feature indicates that the linker supports generating a PLT with the retpoline speculative execution vulnerability mitigation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This looks good to me, though at some version gcc and BFD ld will also support retpoline, right? We can add that later...
Comment Actions
One minor quibble.
share/mk/bsd.linker.mk | ||
---|---|---|
76 โ | (On Diff #38977) | Are there places that LINKER_FEATURES need similar treatment? |
Comment Actions
Yes. Once the support appears in our gcc and binutils ports and we know the version we can add it.
share/mk/bsd.linker.mk | ||
---|---|---|
76 โ | (On Diff #38977) | I did not find cases where LINKER_FEATURES is passed through the environment |