'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/string
AgeCommit message (Collapse)Author
2009-12-14Fix typo.matt
2009-12-14Merge from matt-nb5-mips64.matt
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
SRCS and add to LSRCS (for lint). Change the 'string' Makefiles so that the arch/*/string/Makefile.inc need only specify the .S files for that architecture and not the .c files for all the files they don't override.
2009-07-17Change all archs so that strchr.[cS] and strrchr.[cS] exist and generatedsl
duplicate symbols for index() and rindex(). libc and kernel build ok for affected archs (i386, amd64, vax, sun3, evbmips-eb) all seem ok. (vax might lose an asm index() - but comments imply it is worse than the C)
2005-12-21moved to common.christos
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-04-22Branch to a local symbol instead of a global symbol.simonb
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2002-11-10ABICALLS -> __ABICALLS__thorpej