Remove bcmp() from MD libsa.

XXX: These ports should be rewritten to use MI libsa for maintainability.
This commit is contained in:
tsutsui 2009-03-19 10:19:33 +00:00
parent 18c512728c
commit 18014b1a99
5 changed files with 8 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2009/01/06 13:35:30 tsutsui Exp $
# $NetBSD: Makefile,v 1.29 2009/03/19 10:19:33 tsutsui Exp $
LIB= sa
@ -33,7 +33,7 @@ SRCS= consio.S diskio.c
SRCS+= ashldi3.c ashrdi3.c bzero.c strcmp.c strlen.c
# stand routines
SRCS+= alloc.c bcmp.c bcopy.c exec.c files.c getfile.c gets.c globals.c \
SRCS+= alloc.c bcopy.c exec.c files.c getfile.c gets.c globals.c \
panic.c memcmp.c memcpy.c memmove.c memset.c printf.c strerror.c \
subr_prf.c twiddle.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2006/02/26 19:20:57 he Exp $
# $NetBSD: Makefile,v 1.30 2009/03/19 10:19:33 tsutsui Exp $
LIB=sa
@ -34,9 +34,6 @@ SRC_sa= alloc.c \
SRC_common+= ashrdi3.c inet_addr.c strncpy.c strlen.c
# XXX Needed until libsa's memcmp.c doesn't depend on bcmp...
SRC_sa+= bcmp.c
SRC_libc_inet= inet_addr.c
SRC_libc_quad= ashldi3.c ashrdi3.c
SRC_libc_string= strcmp.c strlen.c strncpy.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2006/01/26 22:26:52 he Exp $
# $NetBSD: Makefile,v 1.7 2009/03/19 10:19:33 tsutsui Exp $
LIB=sa
@ -16,9 +16,6 @@ SRC_sa = alloc.c memcpy.c memset.c close.c exit.c files.c getfile.c gets.c \
subr_prf.c intoa.c udp.c memcmp.c loadfile.c loadfile_aout.c \
loadfile_elf32.c dev_net.c ether_sprintf.c snprintf.c
# XXX Needed until libsa's memcmp.c doesn't depend on bcmp...
SRC_sa+= bcmp.c
SRC_kern= ashldi3.c ashrdi3.c strcmp.c strlen.c strncpy.c inet_addr.c
SRC_here= bugsyscalls.S exec_mvme.c parse_args.c getchar.c putchar.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2009/01/12 07:00:59 tsutsui Exp $
# $NetBSD: Makefile,v 1.26 2009/03/19 10:19:33 tsutsui Exp $
LIB=sa
@ -56,7 +56,7 @@ SRC_libc_inet= inet_addr.c
SRC_libc_quad= ashldi3.c ashrdi3.c
SRC_libc_string= bcmp.S bzero.S memcmp.S memset.S strcmp.S strlen.S strncmp.S
SRC_libc_string= bzero.S memcmp.S memset.S strcmp.S strlen.S strncmp.S
SRC_here= SRT1.c clock.c dev_disk.c devopen.c \
gets.c idprom.c netif_sun.c panic.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.24 2009/01/12 07:56:31 tsutsui Exp $
# $NetBSD: Makefile,v 1.25 2009/03/19 10:19:33 tsutsui Exp $
S= ${.CURDIR}/../../../..
LIBSADIR= $S/lib/libsa
@ -8,7 +8,7 @@ LIBZDIST= $S/../common/dist/zlib
LIB= sa
SRCS+= alloc.c bcmp.c bcopy.c bzero.c errno.c getfile.c gets.c
SRCS+= alloc.c bcopy.c bzero.c errno.c getfile.c gets.c
SRCS+= memcmp.c memcpy.c memmove.c memset.c panic.c
SRCS+= printf.c snprintf.c sprintf.c subr_prf.c twiddle.c vsprintf.c