Move PowerPC compat files from arch/powerpc to compat/arch/powerpc.
This commit is contained in:
parent
af7a34f15a
commit
bfb62ce415
@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile.inc,v 1.8 2004/12/09 00:39:41 simonb Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.9 2006/02/18 00:21:27 matt Exp $
|
||||
|
||||
KMINCLUDES=
|
||||
KMSRCS=
|
||||
|
||||
SRCS+= __sigaction14_sigtramp.c __sigtramp1.S __sigtramp2.S
|
||||
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
|
||||
|
||||
.if defined(MKSOFTFLOAT) && (${MKSOFTFLOAT} != "no")
|
||||
.include <softfloat/Makefile.inc>
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile.inc,v 1.20 2005/04/15 22:39:11 kleink Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.21 2006/02/18 00:21:27 matt Exp $
|
||||
|
||||
SRCS+= _setjmp.S setjmp.S sigsetjmp.S __setjmp14.S __sigsetjmp14.S
|
||||
SRCS+= _setjmp.S setjmp.S sigsetjmp.S
|
||||
SRCS+= bswap16.c bswap32.c bswap64.c
|
||||
SRCS+= fabs.c flt_rounds.c
|
||||
SRCS+= syncicache.c
|
||||
|
@ -1,5 +0,0 @@
|
||||
/* $NetBSD: __sigreturn14.S,v 1.2 2004/03/26 20:35:37 drochner Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
||||
PSEUDO(__sigreturn14,compat_16___sigreturn14)
|
4
lib/libc/compat/arch/powerpc/Makefile.inc
Normal file
4
lib/libc/compat/arch/powerpc/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2006/02/18 00:21:28 matt Exp $
|
||||
|
||||
.include "${.CURDIR}/compat/arch/${MACHINE_ARCH}/gen/Makefile.inc"
|
||||
.include "${.CURDIR}/compat/arch/${MACHINE_ARCH}/sys/Makefile.inc"
|
4
lib/libc/compat/arch/powerpc/gen/Makefile.inc
Normal file
4
lib/libc/compat/arch/powerpc/gen/Makefile.inc
Normal file
@ -0,0 +1,4 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2006/02/18 00:21:28 matt Exp $
|
||||
|
||||
# objects built from assembler sources (need lint stubs)
|
||||
SRCS+= compat___setjmp14.S compat___sigsetjmp14.S
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __setjmp14.S,v 1.2 2002/07/30 06:07:57 matt Exp $ */
|
||||
/* $NetBSD: compat___setjmp14.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include <sys/syscall.h>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
.text
|
||||
.asciz "$NetBSD: __setjmp14.S,v 1.2 2002/07/30 06:07:57 matt Exp $"
|
||||
.asciz "$NetBSD: compat___setjmp14.S,v 1.1 2006/02/18 00:21:28 matt Exp $"
|
||||
#endif
|
||||
|
||||
/*
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __sigsetjmp14.S,v 1.2 2002/07/30 06:07:57 matt Exp $ */
|
||||
/* $NetBSD: compat___sigsetjmp14.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include <sys/syscall.h>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS)
|
||||
.text
|
||||
.asciz "$NetBSD: __sigsetjmp14.S,v 1.2 2002/07/30 06:07:57 matt Exp $"
|
||||
.asciz "$NetBSD: compat___sigsetjmp14.S,v 1.1 2006/02/18 00:21:28 matt Exp $"
|
||||
#endif
|
||||
|
||||
ENTRY(__sigsetjmp14)
|
7
lib/libc/compat/arch/powerpc/sys/Makefile.inc
Normal file
7
lib/libc/compat/arch/powerpc/sys/Makefile.inc
Normal file
@ -0,0 +1,7 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1 2006/02/18 00:21:28 matt Exp $
|
||||
|
||||
SRCS+= compat_Ovfork.S \
|
||||
compat___sigreturn14.S compat___sigtramp1.S \
|
||||
compat_msgctl.S compat___semctl.S compat_shmctl.S \
|
||||
compat_sigaction13.S compat_sigpending13.S compat_sigprocmask13.S \
|
||||
compat_sigreturn13.S compat_sigsuspend13.S
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: Ovfork.S,v 1.4 2002/07/30 06:07:59 matt Exp $ */
|
||||
/* $NetBSD: compat_Ovfork.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
/*
|
||||
* pid = vfork();
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __semctl.S,v 1.1 1999/08/25 05:09:30 thorpej Exp $ */
|
||||
/* $NetBSD: compat___semctl.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
5
lib/libc/compat/arch/powerpc/sys/compat___sigreturn14.S
Normal file
5
lib/libc/compat/arch/powerpc/sys/compat___sigreturn14.S
Normal file
@ -0,0 +1,5 @@
|
||||
/* $NetBSD: compat___sigreturn14.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
||||
PSEUDO(__sigreturn14,compat_16___sigreturn14)
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __sigtramp1.S,v 1.3 2004/03/26 20:35:37 drochner Exp $ */
|
||||
/* $NetBSD: compat___sigtramp1.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2002 The NetBSD Foundation, Inc.
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: msgctl.S,v 1.1 1999/08/25 05:09:31 thorpej Exp $ */
|
||||
/* $NetBSD: compat_msgctl.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: shmctl.S,v 1.1 1999/08/25 05:09:31 thorpej Exp $ */
|
||||
/* $NetBSD: compat_shmctl.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999 The NetBSD Foundation, Inc.
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigaction.S,v 1.2 1998/12/02 01:01:04 thorpej Exp $ */
|
||||
/* $NetBSD: compat_sigaction13.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigpending.S,v 1.8 2002/07/30 06:08:01 matt Exp $ */
|
||||
/* $NetBSD: compat_sigpending13.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigprocmask.S,v 1.8 2002/07/30 06:08:01 matt Exp $ */
|
||||
/* $NetBSD: compat_sigprocmask13.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigreturn.S,v 1.5 2004/03/26 22:15:03 drochner Exp $ */
|
||||
/* $NetBSD: compat_sigreturn13.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigsuspend.S,v 1.8 2002/07/30 06:08:01 matt Exp $ */
|
||||
/* $NetBSD: compat_sigsuspend13.S,v 1.1 2006/02/18 00:21:28 matt Exp $ */
|
||||
|
||||
#include "SYS.h"
|
||||
|
Loading…
Reference in New Issue
Block a user