Remove setjmp() and ffs().
This commit is contained in:
parent
6287d3d7b2
commit
9782971b02
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.9 1994/10/26 06:39:52 cgd Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.10 1995/10/07 22:26:53 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bcmp.c bzero.S ffs.S strcat.c strcmp.c strcpy.c strlen.S strncmp.c \
|
||||
bcmp.c bzero.S strcat.c strcmp.c strcpy.c strlen.S strncmp.c \
|
||||
strncpy.c htonl.S htons.S ntohl.S ntohs.S scanc.c skpc.c memset.c
|
||||
|
||||
SRCS+= umul.S mul.S rem.S sdiv.S udiv.S umul.S urem.S
|
||||
SRCS+= _setjmp.S mul.S saveregs.S setjmp.S umul.S
|
||||
SRCS+= mul.S saveregs.S umul.S
|
||||
|
||||
# `source' files built from m4 source
|
||||
# the name `div.o' is taken for the ANSI C `div' function, hence sdiv here
|
||||
|
|
Loading…
Reference in New Issue