Date: Fri, 24 Apr 2026 17:56:10 +0000 From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: c23161bc1afc - stable/15 - bsd.linker.mk: Sort list of linker features Message-ID: <69ebaeba.1dda7.68f745d0@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c23161bc1afc3d158f376accce8a8c23ec3bfb52 commit c23161bc1afc3d158f376accce8a8c23ec3bfb52 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2026-03-05 19:07:09 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2026-04-24 15:44:03 +0000 bsd.linker.mk: Sort list of linker features Reindent the features as well to be friendly to long feature names. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D55656 (cherry picked from commit cf92fa337074b0ac36f89b826ecf0769a1c45609) --- share/mk/bsd.linker.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/share/mk/bsd.linker.mk b/share/mk/bsd.linker.mk index 116b437e6de9..4b3305dc82b3 100644 --- a/share/mk/bsd.linker.mk +++ b/share/mk/bsd.linker.mk @@ -11,14 +11,14 @@ # LINKER_FEATURES may contain one or more of the following, based on # 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) +# - bti-report: support for specifying how to report the missing +# Branch Target Identification (BTI) property (AArch64) +# - 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 # # LINKER_FREEBSD_VERSION is the linker's internal source version. #home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ebaeba.1dda7.68f745d0>
