History log of /netbsd/lib/libc/arch/alpha/string/Makefile.inc (Results 1 – 6 of 6)
Revision Date Author Comments
# 0d34d14b 30-Jul-2009 dsl <dsl@NetBSD.org>

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 .

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.

show more ...


# 6dffe8d4 18-Jul-2009 dsl <dsl@NetBSD.org>

Remove references to index.c and rindex.c (strchr.c and strrchr.c
now provide the definitions).


# 2f6bb217 15-Jul-1996 cgd <cgd@NetBSD.org>

add an assembly version of ffs().


# e7b36fb1 14-Aug-1995 cgd <cgd@NetBSD.org>

fast(!) bzero(), by Trevor Blackwell.


# a4c632df 13-Aug-1995 cgd <cgd@NetBSD.org>

bcopy is now a .S, add memcpy.S and memmove.S


# ce36f636 20-Mar-1995 mycroft <mycroft@NetBSD.org>

Separate machine dependencies.