Back out previous change; it was incorrect.

This commit is contained in:
thorpej 1998-09-14 00:57:51 +00:00
parent 058853ee30
commit 3d3a3c610c
4 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sigpending.S,v 1.2 1998/09/13 23:54:44 eeh Exp $ */
/* $NetBSD: sigpending.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,13 +43,12 @@
#if 0
.asciz "@(#)sigpending.s 8.1 (Berkeley) 6/4/93"
#else
RCSID("$NetBSD: sigpending.S,v 1.2 1998/09/13 23:54:44 eeh Exp $")
RCSID("$NetBSD: sigpending.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#include "SYS.h"
_ENTRY(__sigpending14)
ENTRY(sigpending)
mov %o0, %o2 ! save pointer
mov SYS_sigpending, %g1

View File

@ -1,4 +1,4 @@
/* $NetBSD: sigprocmask.S,v 1.2 1998/09/13 23:54:44 eeh Exp $ */
/* $NetBSD: sigprocmask.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -44,7 +44,7 @@
#if 0
.asciz "@(#)sigprocmask.s 8.1 (Berkeley) 6/4/93"
#else
RCSID("$NetBSD: sigprocmask.S,v 1.2 1998/09/13 23:54:44 eeh Exp $")
RCSID("$NetBSD: sigprocmask.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
@ -53,7 +53,6 @@
/*
* sigprocmask(int how, sigset_t *set, sigset_t *oset)
*/
_ENTRY(__sigprocmask14)
ENTRY(sigprocmask)
tst %o1 ! set == NULL?
bne,a 1f ! if not,

View File

@ -1,4 +1,4 @@
/* $NetBSD: sigreturn.S,v 1.2 1998/09/13 23:54:45 eeh Exp $ */
/* $NetBSD: sigreturn.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -44,13 +44,12 @@
#if 0
.asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93"
#else
RCSID("$NetBSD: sigreturn.S,v 1.2 1998/09/13 23:54:45 eeh Exp $")
RCSID("$NetBSD: sigreturn.S,v 1.3 1998/09/14 00:57:51 thorpej Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#include "SYS.h"
_ENTRY(__sigreturn14)
ENTRY(sigreturn)
mov SYS_sigreturn, %g1
t ST_SYSCALL

View File

@ -1,4 +1,4 @@
/* $NetBSD: sigsuspend.S,v 1.2 1998/09/13 23:54:45 eeh Exp $ */
/* $NetBSD: sigsuspend.S,v 1.3 1998/09/14 00:57:52 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@ -43,13 +43,12 @@
#if 0
.asciz "@(#)sigsuspend.s 8.1 (Berkeley) 6/4/93"
#else
RCSID("$NetBSD: sigsuspend.S,v 1.2 1998/09/13 23:54:45 eeh Exp $")
RCSID("$NetBSD: sigsuspend.S,v 1.3 1998/09/14 00:57:52 thorpej Exp $")
#endif
#endif /* SYSLIBC_SCCS and not lint */
#include "SYS.h"
_ENTRY(__sigsuspend14)
ENTRY(sigsuspend)
ld [%o0], %o0 ! indirect to mask argument
mov SYS_sigsuspend, %g1