add ia64 libc MI bits.

This commit is contained in:
cherry 2006-09-22 12:09:24 +00:00
parent 214b28fc6c
commit 768b7d52a9
5 changed files with 25 additions and 10 deletions

View File

@ -1,2 +1,3 @@
# $NetBSD: Makefile.inc,v 1.1 2006/09/10 21:22:33 cherry Exp $
# XXX: Stub
# $NetBSD: Makefile.inc,v 1.2 2006/09/22 12:09:24 cherry Exp $
SRCS+= strtof.c

View File

@ -1,2 +1,4 @@
# $NetBSD: Makefile.inc,v 1.1 2006/09/10 21:22:33 cherry Exp $
# XXX: Stub
# $NetBSD: Makefile.inc,v 1.2 2006/09/22 12:09:25 cherry Exp $
SRCS+= bswap16.c bswap32.c bswap64.c

View File

@ -1,2 +1,6 @@
# $NetBSD: Makefile.inc,v 1.1 2006/09/10 21:22:34 cherry Exp $
# XXX: Stub
# $NetBSD: Makefile.inc,v 1.2 2006/09/22 12:09:25 cherry Exp $
SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c memset.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c

View File

@ -1,3 +1,7 @@
/* $NetBSD: __syscall.S,v 1.1 2006/07/07 07:49:19 cherry Exp $ */
/* $NetBSD: __syscall.S,v 1.2 2006/09/22 12:09:25 cherry Exp $ */
#include "SYS.h"
RSYSCALL(__syscall)
/* XXX: Stub */

View File

@ -1,3 +1,7 @@
/* $NetBSD: syscall.S,v 1.1 2006/09/10 21:22:34 cherry Exp $ */
/* $NetBSD: syscall.S,v 1.2 2006/09/22 12:09:25 cherry Exp $ */
/* XXX: Stub */
#include "SYS.h"
RSYSCALL(syscall)