From nobody Sun Jun 7 21:01:00 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 4gYSJF21Vsz6g5FZ for ; Sun, 07 Jun 2026 21:01:01 +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 4gYSJD6x0Hz3Spl for ; Sun, 07 Jun 2026 21:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1780866061; 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=YMdpSjKzQukwTy7JNw/CDJcMevoN7S035Q1yy2aIhek=; b=pF1efqE+aRciQ8/6K0bAW+WzTBpbi2Qtj8kQXrxKg+HRCqNcWTYrk+GErdpc+fjJnHsuXV rjpSQaXLrAK3yNL2Kk3vQ1+CFKSpPAbYoYAsnOmWL3Q2KIIov+xarmkgG35w9KAHiK2OCO Sl9oPkq8/c8C/z7KNrQP+9LJjgKkyTzB6fe9P3ysvdrElV7jLyrGFUWkCD9et465mCZE1m WqIJQnmcTm/csbqv0qOBIy5PMrAiCAZ983Uq4jAltvweYtikdW8LkMHAg1VmxCYf3eyG8P UngYt7h+/fwZfpBj5KcBXeHWrQJR3X8Lnzp/u6iVYq8Ri5TLfwmZsAtz6voWFQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1780866061; a=rsa-sha256; cv=none; b=VRcoS8gDYBDSjlPdGKgObtjH1g7WR/oGeGPC2JqSPTJKVPDN1cp5EfHab1j9+keaeSKPGA vTqgGOnWshDwmEMEI7B0ABOlrk9FV/QF40W82q9kHRNaQYI7nN9PeCP8JOi2Zoun6tskuJ l+Ry62TzWA8W1PRfYpqJlOMeAcdwvKuf9HcYBzyjmTadrXvQMP5tD8GvQ8J5hKBVHdq29E cvq7ngYevRlNvsENdEoHUqwXfhuWwz60kwbxx4ARpeI9FpyQH2QHb1uZGFokJAjAzNjaru xt4LWf/PPHiF+hzYCNMgvoAenmRUDu1HLp0ZLH3OxQ47piZ6MtelgQ66kZXz0w== 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=1780866061; 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=YMdpSjKzQukwTy7JNw/CDJcMevoN7S035Q1yy2aIhek=; b=qukCiwPNBzBsodTSBpNJqdmU5+4RKkabg0pLfIe6E7dVM+wQxjtsrB7Ew7q+LWi31KSxkc N0XIQ3KGFKcFpNRSLZrhbfh8N33X6fZYMQARwWs5801xhqNrGN+N3o3j5YjBuIIAcVZRDV 8KdAsJBxD0y3H4sziIH1bjC6/zPZ23rV56mmvoigQxsUg6U+VofRAivHPqpyXQyLflZpaZ vVCSFRr0p8dF1NXxabiyBwMk2IRNvg3Xy6sJ7uykx0vqVq+vSAA5Qq5xs9PH6adCekMaLz wJCVhtfpsEqceP4dIPeFVYLUTr4PslxxIrrOZilucipvrRdbxyZl+eYHiTgEPQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gYSJD5jczz3Cp for ; Sun, 07 Jun 2026 21:01:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 47838 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 07 Jun 2026 21:01:00 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Robert Clausecker Subject: git: 93221c277608 - main - depend-cleanup.sh: rebuild strrchr.o on riscv64 if it came from strrchr.S 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fuz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 93221c277608d2612511eaabbf2bfc1f4b4250f7 Auto-Submitted: auto-generated Date: Sun, 07 Jun 2026 21:01:00 +0000 Message-Id: <6a25dc0c.47838.6d44272d@gitrepo.freebsd.org> The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=93221c277608d2612511eaabbf2bfc1f4b4250f7 commit 93221c277608d2612511eaabbf2bfc1f4b4250f7 Author: Robert Clausecker AuthorDate: 2026-06-07 20:58:31 +0000 Commit: Robert Clausecker CommitDate: 2026-06-07 21:00:25 +0000 depend-cleanup.sh: rebuild strrchr.o on riscv64 if it came from strrchr.S We have to switch back to the previous rule once the temporary build fix has been replaced with a permanent fix. PR: 295823 See also: 4996ebdb720042239a197ebec2d265cdfdf1bbf3 Reported by: siva MFC after: 1 week --- tools/build/depend-cleanup.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/build/depend-cleanup.sh b/tools/build/depend-cleanup.sh index b72dd3b60f05..a8e6b1ca1344 100755 --- a/tools/build/depend-cleanup.sh +++ b/tools/build/depend-cleanup.sh @@ -342,7 +342,7 @@ fi if [ ${MACHINE} = riscv ]; then # 20251031 df21a004be23 libc: scalar strrchr() in RISC-V assembly - clean_dep lib/libc strrchr c + #clean_dep lib/libc strrchr c # 20251031 563efdd3bd5d libc: scalar memchr() in RISC-V assembly clean_dep lib/libc memchr c @@ -366,8 +366,11 @@ if [ ${MACHINE} = riscv ]; then clean_dep lib/libc bcopy c "libc.string.bcopy.c" clean_dep lib/libc bzero c "libc.string.bzero.c" - # 20260307 2a4e3112c811 libc/riscv64: temporarily disable strnlen() implementation until a fix is developed + # 20260307 2a4e3112c811 libc/riscv64: temporarily disable strnlen() implementation until a fix is developed clean_dep lib/libc strnlen S + + # 20260607 4996ebdb7200 libc/riscv64: temporarily disable strrchr() implementation until a fix is developed + clean_dep lib/libc strrchr S fi if [ ${MACHINE_ARCH} = "aarch64" ]; then