From nobody Fri Apr 24 17:56:10 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g2LHG3Cdwz6ZxR1 for ; Fri, 24 Apr 2026 17:56:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g2LHG1SNDz3qP3 for ; Fri, 24 Apr 2026 17:56:10 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JpqQMTP2qxNh5O3MVO0Wy8jxErWRCD9dpQsUeZIpLW0=; b=LQO27hlBqlKntSza+fGBMVWIomEn+Qsu3O3reqxzzumbt/WPRZzRbIaeNlnnSOhE7Qs2DM 41uXF3xkFB9KgMXiNjec5C5NG07aUfXaDZSsMjzId3Rsvme1MbYaAy+LTdQlAjYZ9vUpWX MjF4PtvQC9xHPKWdGX/jggns+KEh8NTgyAOhKLuPGkMBQjxgMGvy/AP3+XD7pqGWCNXaZT V+UOaV9IDu3gkSPed0NUyGlz+gnPPZCJJEMOf0KLeD1/xVSTpFxZN4QTtd2Nzjj96IbmbN zhtRrhGnN/xwtpzvewxZKUcxN6U32MfpEllXxxdlJ0I+LwXpmHr46U3P4JMyag== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777053370; a=rsa-sha256; cv=none; b=NIhzW8vRc8m46vSwb91+pAcqOpq3ypiEzQjtLmtoS45JWl9IpZVUpEmrYN7pW0wpwnsSm4 ba6CPZgXaksHd60+UrH8k9OStKEcXpOwhBYT4ynEwkzvi3s9nj9W0m124/aJj2wQC5KN72 bJuWMumq61pvIgfHeMpEgz7+XnOYmgwmiTVRd4mi8r/+sAGBvKQODyt71QY1tzWvIm4V09 6EM5ML686+2QPjvHqirmVY0lTD3BdM8VaNHa+vG/8NkCKRz6KFU/TnlMddRkkjqKDPR94B ddoraFq8L2J45xX37IphuD8phkCDbzfMEfBy3xu90nbabXohHwkehAE++Y5J9w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777053370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=JpqQMTP2qxNh5O3MVO0Wy8jxErWRCD9dpQsUeZIpLW0=; b=HNDB5JE2s6+3LKxN+TQ5idnIiK1wwgmCnkHVcbVuctjh0hGCGnFqwvajZ6nt1c0Yn95Tt6 GCYBNGBlapqcoTJd+ju6JpchtoB0Qc1QqytahEQMaofzdANZqJ4rIFKnUXOyQpb22VgPIE 6m2449EGwCiZ2zrgFKxYETSWWE2G3jgYbKPgo81nNbtNA8xXvL1rHXszyy5pnN8cPAdbVf eO6C1sLGRpbsN9URGEwOAqUCGefMxeHAhcRjR2YP0AHt9kUWTe6qoVxtUQR7WymuRDbzd+ PdW+1yViFaSEJ1HH74LB5ofmjdtJIYGciQSWfTDkCnk32TFBRi8kp7Zk1g7SCw== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g2LHG0xkCz1C7M for ; Fri, 24 Apr 2026 17:56:10 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1dda7 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 24 Apr 2026 17:56:10 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: John Baldwin Subject: git: c23161bc1afc - stable/15 - bsd.linker.mk: Sort list of linker features List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jhb X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c23161bc1afc3d158f376accce8a8c23ec3bfb52 Auto-Submitted: auto-generated Date: Fri, 24 Apr 2026 17:56:10 +0000 Message-Id: <69ebaeba.1dda7.68f745d0@gitrepo.freebsd.org> The branch stable/15 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c23161bc1afc3d158f376accce8a8c23ec3bfb52 commit c23161bc1afc3d158f376accce8a8c23ec3bfb52 Author: John Baldwin AuthorDate: 2026-03-05 19:07:09 +0000 Commit: John Baldwin 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. #