bsd.linker.mk: Document ifunc, ifunc-noplt, riscv-relaxations features

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D55655
This commit is contained in:
John Baldwin
2026-03-05 14:07:09 -05:00
parent d19f2af2b7
commit 1b77f6ec6b
+3
View File
@@ -12,8 +12,11 @@
# linker support for that feature:
#
# - build-id: support for generating a Build-ID note
# - ifunc: support for indirect functions
# - ifunc-noplt: support for indirect functions without PLT stubs
# - retpoline: support for generating PLT with retpoline speculative
# execution vulnerability mitigation
# - riscv-relaxations: support for RISC-V relocation relaxations
# - bti-report: support for specifying how to report the missing
# Branch Target Identification (BTI) property (AArch64)
#