From 7e8687db1bc8fccd8ec11e92599b1f3181803596 Mon Sep 17 00:00:00 2001 From: ragge Date: Tue, 4 Feb 1997 18:38:21 +0000 Subject: [PATCH] ENTRY() takes two argument now, not one. --- lib/libc/arch/vax/sys/sigprocmask.S | 4 ++-- lib/libc/arch/vax/sys/sigreturn.S | 4 ++-- lib/libc/arch/vax/sys/sigsuspend.S | 4 ++-- lib/libc/arch/vax/sys/syscall.S | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/libc/arch/vax/sys/sigprocmask.S b/lib/libc/arch/vax/sys/sigprocmask.S index 4dc0f04454cc..5b49837160ad 100644 --- a/lib/libc/arch/vax/sys/sigprocmask.S +++ b/lib/libc/arch/vax/sys/sigprocmask.S @@ -33,7 +33,7 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) /* .asciz "@(#)sigprocmask.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigprocmask.S,v 1.1 1995/04/17 12:24:08 ragge Exp $" + .asciz "$NetBSD: sigprocmask.S,v 1.2 1997/02/04 18:38:21 ragge Exp $" #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" @@ -41,7 +41,7 @@ err: jmp cerror -ENTRY(sigprocmask) +ENTRY(sigprocmask, 0) tstl 8(ap) # check new sigset pointer bneq 1f # if not null, indirect /* movl $0,8(ap) # null mask pointer: block empty set */ diff --git a/lib/libc/arch/vax/sys/sigreturn.S b/lib/libc/arch/vax/sys/sigreturn.S index 46577d890a53..a4a452a3b15c 100644 --- a/lib/libc/arch/vax/sys/sigreturn.S +++ b/lib/libc/arch/vax/sys/sigreturn.S @@ -33,7 +33,7 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) /* .asciz "@(#)sigreturn.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigreturn.S,v 1.2 1996/11/30 02:31:53 jtc Exp $" + .asciz "$NetBSD: sigreturn.S,v 1.3 1997/02/04 18:38:22 ragge Exp $" #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" @@ -43,7 +43,7 @@ */ #ifdef GPROF #undef ENTRY -#define ENTRY(x) \ +#define ENTRY(x, y) \ .globl _ ## x; .align 2; _ ## x ## : .word 0; pushr $0x3f; \ .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount; popr $0x3f; #endif /* GPROF */ diff --git a/lib/libc/arch/vax/sys/sigsuspend.S b/lib/libc/arch/vax/sys/sigsuspend.S index 3233abc5f12c..c0fb08c74040 100644 --- a/lib/libc/arch/vax/sys/sigsuspend.S +++ b/lib/libc/arch/vax/sys/sigsuspend.S @@ -33,7 +33,7 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) /* .asciz "@(#)sigsuspend.s 8.1 (Berkeley) 6/4/93" */ - .asciz "$NetBSD: sigsuspend.S,v 1.1 1995/04/17 12:24:10 ragge Exp $" + .asciz "$NetBSD: sigsuspend.S,v 1.2 1997/02/04 18:38:23 ragge Exp $" #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" @@ -41,7 +41,7 @@ err: jmp cerror -ENTRY(sigsuspend) +ENTRY(sigsuspend, 0) movl *4(ap),4(ap) # indirect to mask arg chmk $ SYS_sigsuspend jcs err diff --git a/lib/libc/arch/vax/sys/syscall.S b/lib/libc/arch/vax/sys/syscall.S index 9b5b1ec5b592..e6139dd2c9d0 100644 --- a/lib/libc/arch/vax/sys/syscall.S +++ b/lib/libc/arch/vax/sys/syscall.S @@ -38,12 +38,12 @@ #if defined(SYSLIBC_SCCS) && !defined(lint) /* .asciz "@(#)syscall.s 8.2 (Berkeley) 1/21/94" */ - .asciz "$NetBSD: syscall.S,v 1.1 1995/04/17 12:24:11 ragge Exp $" + .asciz "$NetBSD: syscall.S,v 1.2 1997/02/04 18:38:23 ragge Exp $" #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" -ENTRY(syscall) +ENTRY(syscall, 0) movl 4(ap),r0 # syscall number subl3 $1,(ap)+,(ap) # one fewer arguments chmk r0