Date: Sun, 14 Jun 2026 12:37:10 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 808241e2ebe5 - stable/15 - libc/riscv64: temporarily unhook strrchr() from the build Message-ID: <6a2ea076.23f3a.76d7e52d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by fuz: URL: https://cgit.FreeBSD.org/src/commit/?id=808241e2ebe58645b650f0b6b13f461f7231a032 commit 808241e2ebe58645b650f0b6b13f461f7231a032 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2026-06-07 19:00:33 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-06-14 09:35:22 +0000 libc/riscv64: temporarily unhook strrchr() from the build A bug was discovered in the riscv64 assembly implementation of this function. Fall back to the generic implementation until a fix can be developed. PR: 295823 Reported by: siva MFC after: 1 week (cherry picked from commit 4996ebdb720042239a197ebec2d265cdfdf1bbf3) --- lib/libc/riscv/string/Makefile.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libc/riscv/string/Makefile.inc b/lib/libc/riscv/string/Makefile.inc index ce965833cb27..bf62258c4db5 100644 --- a/lib/libc/riscv/string/Makefile.inc +++ b/lib/libc/riscv/string/Makefile.inc @@ -5,5 +5,4 @@ MDSRCS+= \ memcpy.S \ memset.S \ strlen.S \ - strchrnul.S \ - strrchr.S + strchrnul.Shome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2ea076.23f3a.76d7e52d>
