Date: Thu, 05 Mar 2026 19:07:36 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1b77f6ec6b9f - main - bsd.linker.mk: Document ifunc, ifunc-noplt, riscv-relaxations features Message-ID: <69a9d478.1824a.3d08603e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1b77f6ec6b9f5e0e916e2f559f045262645f2364 commit 1b77f6ec6b9f5e0e916e2f559f045262645f2364 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-03-05 19:07:09 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-03-05 19:07:09 +0000 bsd.linker.mk: Document ifunc, ifunc-noplt, riscv-relaxations features Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D55655 --- share/mk/bsd.linker.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/mk/bsd.linker.mk b/share/mk/bsd.linker.mk index 95d98231b641..116b437e6de9 100644 --- a/share/mk/bsd.linker.mk +++ b/share/mk/bsd.linker.mk @@ -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) #home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a9d478.1824a.3d08603e>
