aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2026-06-07 19:00:33 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2026-06-07 20:59:19 +0000
commit4996ebdb720042239a197ebec2d265cdfdf1bbf3 (patch)
tree6d8b2a06a8c55dcb5d36652d97b54935ea23918f
parent26a1180cd1521e4c438ac95a57b134e27ea0a72d (diff)
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
-rw-r--r--lib/libc/riscv/string/Makefile.inc3
1 files changed, 1 insertions, 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.S