History log of /netbsd-src/common/lib/libc/arch/mips/string/strchr.S (Results 1 – 5 of 5)
Revision Date Author Comments
# 6fbd2a0b 25-Feb-2017 joerg <joerg@NetBSD.org>

Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does in
the generic MIPS target logic.


# 1d43c969 26-May-2015 matt <matt@NetBSD.org>

force 2nd to argument to unsigned byte value.
(found by t_strchr and t_strrchr tests)


# 1b9f1d30 02-Jan-2011 matt <matt@NetBSD.org>

Make these 64-bit clean.


# 53a0f227 17-Jul-2009 dsl <dsl@NetBSD.org>

Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate
duplicate symbols for index() and rindex().


# 487c31f5 16-Jul-2009 dsl <dsl@NetBSD.org>

Add asm files for str(r)chr by copying the files for (r)index from
src/libc/arch/mips/string.
Add XLEAF() for index entry points.