PR port-ia64/51261

Use common/lib/libc/arch/ia64/string functions
This commit is contained in:
scole 2016-08-05 17:10:48 +00:00
parent cdfb7623f2
commit d3196bfdc3
2 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.4 2009/08/14 19:23:54 dsl Exp $
# $NetBSD: Makefile.inc,v 1.5 2016/08/05 17:10:48 scole Exp $
#
SRCS+= ffs.c
SRCS+= divdi3.S divsi3.S modsi3.S moddi3.S udivdi3.S udivsi3.S
SRCS+= umoddi3.S umodsi3.S bswap64.S bswap32.S bswap16.S ntohl.S htonl.S
SRCS+= memcpy.S
SRCS+= bcopy.S bzero.S ffs.S memcpy.S memmove.S

View File

@ -1,4 +0,0 @@
/* $NetBSD: memcpy.S,v 1.1 2006/04/07 13:57:43 cherry Exp $ */
#include <machine/asm.h>