From nobody Thu Mar 5 19:07:37 2026 X-Original-To: dev-commits-src-main@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 4fRfDp0dcqz6TWJm for ; Thu, 05 Mar 2026 19:07:38 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fRfDn4srcz44Sc for ; Thu, 05 Mar 2026 19:07:37 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772737657; 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=U6IKk81dVcotlSG1aCFUAJJCGzYYcYUyaYFsgkvLHLo=; b=mPBpxPiFgcEVGnjcmp1KONpQZwLaYGZX/09rqX12nKrsmBpaMLTt/hZRwv0D3iYl0iLBd0 BwSDpctFBvK1lC7GM/shu+Wdp7XM0SbhcpL8JlrIf3KpywKVb6GGj69SL86in+On/tAp85 iI5/r+bfhFpAvPXZ0t5dT44INclKEUwPm7Th/DbBsJenr5tWWD03vKQejleWc9+Jj+bKP6 MEmdt994b3V+25LdJCuitVRZphAWuvwrt/AMfbeBQuNpe2OhyL0ivDDgqLRJxxaMfQz8/K O+ozK0zwda+HFZqXAk7vdmSJK4D6KkVYxAC8or0VQPlosr+lhWipPsXihG+3XA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772737657; a=rsa-sha256; cv=none; b=N7RBwB/G/HxaJrRIx11nGVrmBZSctBgpV0d9RYwT/uI87KBN1vMc++J4gS51912Zwi2c1W SUCi3WL+f6Fz8/kB0sVjqDJsUQ0EcjUI2k9oLOnPs1E9QTVz633VRSftTH8Ep24QMElfHX IukYfVvy/k0Tpb4iyYA3nfR69KLdFsvQzTlG5nv3v+ilPA3XMIfTooHCxdGUubofjtNzbX 8OUbT5wp1bYu7Yc/b7xUuSbGWWdvQr8U/cIzKx+fTQwV+k19QfEtPTIizjiN6atcPifOHT 4mYfzkf4we9zONnm9ktrqO8UiD2O64GJjo00nvSswXUtueh3szoWsBip6bhcRg== 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=1772737657; 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=U6IKk81dVcotlSG1aCFUAJJCGzYYcYUyaYFsgkvLHLo=; b=CbC85lhMDPvSmJHfLtvlnRn9FLWO9JbwyJO7I7Zif/zdQPnpJlKanXHR6duC6Oc0dui5L/ +Zn+io2n+HtSZCSS8NAAet08L4w/cUd/3nMzUwhFjpYme0Z+rqHrPGLmXs2eC5g9QMfrir vLe0njZ2HBvo9QlTiK8DUqT3PJfLE9lOQgPPhINlJTkYFg/DjXQC9mrLTRRR6+HitsMTCp 86Vs7URGsgX35l82yg+w9taqg8UQ6riaxWEgIy8neQEc1+k2sPvVD3iqsJFS5nLLze9KMn 0PJa7tjIleDJENWzPDz9qJXwNXv2cAzI4CQUkau2S/557XDBiHPi6wR9FXC8OA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fRfDn4N8Dzpm5 for ; Thu, 05 Mar 2026 19:07:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 18d12 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 05 Mar 2026 19:07:37 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: John Baldwin Subject: git: cf92fa337074 - main - bsd.linker.mk: Sort list of linker features List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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/main X-Git-Reftype: branch X-Git-Commit: cf92fa337074b0ac36f89b826ecf0769a1c45609 Auto-Submitted: auto-generated Date: Thu, 05 Mar 2026 19:07:37 +0000 Message-Id: <69a9d479.18d12.3cd754e@gitrepo.freebsd.org> The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=cf92fa337074b0ac36f89b826ecf0769a1c45609 commit cf92fa337074b0ac36f89b826ecf0769a1c45609 Author: John Baldwin AuthorDate: 2026-03-05 19:07:09 +0000 Commit: John Baldwin CommitDate: 2026-03-05 19:07:09 +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 --- 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. #