OpenGrok
Cross Reference: Makefile.inc
xref
: /
src
/
lib
/
libc
/
arch
/
mips
/
string
/
Makefile.inc
Home
|
History
|
Annotate
|
Download
|
only in
string
History log of
/src/lib/libc/arch/mips/string/Makefile.inc
Revision
Date
Author
Comments
1.6
02-Nov-2024
jakllsch
Fix mips build failure caused by new ffsl.c
1.5
14-Dec-2009
matt
Merge from matt-nb5-mips64.
1.4
30-Jul-2009
dsl
If SRCS contains any .S files then remove the corresponding .c file from
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.
1.3
17-Jul-2009
dsl
Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate
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)
1.2
10-Oct-2000
jeffs
branches: 1.2.50;
Make memcpy and memmove use bcopy assembly for mips. Tweak forward copy
code for backward copy to make overlap copy faster. This happens in
some SW like sleepycat db. Use temp labels in order to not confused
the profiling tools.
1.1
20-Mar-1995
mycroft
Separate machine dependencies.
1.2.50.1
18-Aug-2009
matt
Enable use of memset2.c/bzero2.c
Cleanup RCSIDs
Indexes created Thu Oct 02 01:09:59 GMT 2025