NetBSD/sys/lib/libkern/arch/m68k
fredette 49fda862f9 When MACHINE_ARCH is m68000, compile ffs.c and random.c
instead of ffs.s and random.s, and sneak the libgcc
integer support routines into the list of library objects.
2001-05-16 03:30:39 +00:00
..
DEFS.h
Makefile.inc When MACHINE_ARCH is m68000, compile ffs.c and random.c 2001-05-16 03:30:39 +00:00
SYS.h
bcmp.S On the 68010, we are forced to do bytewise compares 2001-05-16 03:06:41 +00:00
bcopy.S On the 68010, we are forced to do bytewise compares 2001-05-16 03:06:41 +00:00
bswap16.S
bswap32.S
bswap64.S
bzero.S
ffs.S
htonl.S
htons.S
index.S
memcmp.S
memcpy.S
memmove.S
memset.S
ntohl.S
ntohs.S
random.S
rindex.S
scanc.S
skpc.S
strcat.S
strchr.S
strcmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-16 03:14:12 +00:00
strcpy.S
strlen.S
strncmp.S Use the EXTBL macro where we want the extbl instruction. 2001-05-16 03:14:12 +00:00
strncpy.S Sync with libc strncpy.S 1.11: optimized code by Hiroshi Horimoto. 2000-11-27 22:38:33 +00:00
strrchr.S