ect:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k1ylPWkUjhgxD7CVq38lt2jMm8v8XdQYU9cQ0MVt2k0=; b=C68BKXwTqS4aP/SRGGnhF4u7pbMpwvFrL95MrZ3UEnDhjdLUZi4yv2hgP0Lux6AlqiR1Or 2xP8Z7bPZbbyZjgvjcmQSH0pAAICRdQD2MRlUUH+ocpSYrCBKphTvfMIT8LpyOC8DA5RWc /PR01N7vuzSCutcWM9cqA0Jrqlqgw4uF5S2vb8QdcjnKaciYl2tFcxgzmo7pcxGXnuUfVg Hp+y4DhMPTyXyMhxVrsSr6Cww/Jqk4BfQOdd2Hifi4dq8hXw/tYve1WJY7/tjre8deP01u y9/SRBCbusMe5CSM0oDliqPt5EKJaJcHzt1a1zxz9yOCPO8+kmOdDrPq5I4iCg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1760403482; a=rsa-sha256; cv=none; b=XDfrTsZxzgNex27aDpgyk8ylL2EhqhaUiOFJ0onDYtQNC4LJ6YG97I6xU7NCJi/blMGQx7 cyQnlSrdo2xHhnUI3gXWemxRbLGcYWj6uB+dOC/+ovqfwVdYXcTKGqjHngj0IRJ8+njw+m wTxFM2IfY7beeGYwedvCjyxr9vUQb1zNYzuhlBGQUzt421EVhfreDYN1FhHIRo3oJ8IHmh PLk0yhAjbsPsHfEyzdmkngozB5IucB4i9CUJjhUGjsi/4kDUTDPMFD3dvMe0e0aFw+fybm dm4aQoYCXGJEpXkL4OjmVTer1GMyFnR2vCB7Urd/XRIO+nliSheANc4+rUDUfw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4clwn65FsWzVVN; Tue, 14 Oct 2025 00:58:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 59E0w2bk022044; Tue, 14 Oct 2025 00:58:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 59E0w2be022041; Tue, 14 Oct 2025 00:58:02 GMT (envelope-from git) Date: Tue, 14 Oct 2025 00:58:02 GMT Message-Id: <202510140058.59E0w2be022041@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Jose Luis Duran Subject: git: 83a1049fcfb6 - stable/14 - UPDATING: Fix typo objump should be objdump List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jlduran X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: 83a1049fcfb6cb5a1fd6cbeb4a193c41cd59ae54 Auto-Submitted: auto-generated The branch stable/14 has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=83a1049fcfb6cb5a1fd6cbeb4a193c41cd59ae54 commit 83a1049fcfb6cb5a1fd6cbeb4a193c41cd59ae54 Author: Jose Luis Duran AuthorDate: 2025-10-13 14:50:30 +0000 Commit: Jose Luis Duran CommitDate: 2025-10-14 00:55:49 +0000 UPDATING: Fix typo objump should be objdump Approved by: emaste (mentor) Fixes: 86edb11e7491 ("Always install llvm-objdump as objdump") MFC after: 1 day (cherry picked from commit 376508ef2f794a57606a791166f1ce7f20d3ccaf) --- UPDATING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 644e17fc55be..5396fa8204c1 100644 --- a/UPDATING +++ b/UPDATING @@ -291,7 +291,7 @@ and/or ports. Bump _FreeBSD_version to 1400078 to be able to detect this change. 20221212: - llvm-objump is now always installed as objdump. Previously there was + llvm-objdump is now always installed as objdump. Previously there was no /usr/bin/objdump unless the WITH_LLVM_BINUTILS knob was used. Some LLVM objdump options have a different output format compared to