From 1bb9a3396caf64cb985ef0dad31c6f37b88ccc1c Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 13 Dec 2000 23:29:06 +0000 Subject: [PATCH] Remove all the .abicalls assembler directives - "SYS.h" already has that. --- lib/libc/arch/mips/sys/Ovfork.S | 8 ++------ lib/libc/arch/mips/sys/__sigreturn14.S | 8 ++------ lib/libc/arch/mips/sys/__vfork14.S | 8 ++------ lib/libc/arch/mips/sys/brk.S | 8 ++------ lib/libc/arch/mips/sys/cerror.S | 8 ++------ lib/libc/arch/mips/sys/exect.S | 8 ++------ lib/libc/arch/mips/sys/fork.S | 8 ++------ lib/libc/arch/mips/sys/pipe.S | 8 ++------ lib/libc/arch/mips/sys/ptrace.S | 8 ++------ lib/libc/arch/mips/sys/sbrk.S | 8 ++------ lib/libc/arch/mips/sys/setlogin.S | 8 ++------ lib/libc/arch/mips/sys/sigpending.S | 8 ++------ lib/libc/arch/mips/sys/sigprocmask.S | 8 ++------ lib/libc/arch/mips/sys/sigreturn.S | 8 ++------ lib/libc/arch/mips/sys/sigsuspend.S | 8 ++------ lib/libc/arch/mips/sys/syscall.S | 10 ++-------- 16 files changed, 32 insertions(+), 98 deletions(-) diff --git a/lib/libc/arch/mips/sys/Ovfork.S b/lib/libc/arch/mips/sys/Ovfork.S index be7634f0d766..7621c970a673 100644 --- a/lib/libc/arch/mips/sys/Ovfork.S +++ b/lib/libc/arch/mips/sys/Ovfork.S @@ -1,4 +1,4 @@ -/* $NetBSD: Ovfork.S,v 1.7 1999/01/14 22:48:20 kleink Exp $ */ +/* $NetBSD: Ovfork.S,v 1.8 2000/12/13 23:29:06 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: Ovfork.S,v 1.7 1999/01/14 22:48:20 kleink Exp $") + ASMSTR("$NetBSD: Ovfork.S,v 1.8 2000/12/13 23:29:06 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - WARN_REFERENCES(vfork, \ "warning: reference to compatibility vfork(); include for correct reference") diff --git a/lib/libc/arch/mips/sys/__sigreturn14.S b/lib/libc/arch/mips/sys/__sigreturn14.S index b11df4cda74b..4d414e7edbc8 100644 --- a/lib/libc/arch/mips/sys/__sigreturn14.S +++ b/lib/libc/arch/mips/sys/__sigreturn14.S @@ -1,4 +1,4 @@ -/* $NetBSD: __sigreturn14.S,v 1.1 1998/09/27 22:59:40 jonathan Exp $ */ +/* $NetBSD: __sigreturn14.S,v 1.2 2000/12/13 23:29:06 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sigreturn.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: __sigreturn14.S,v 1.1 1998/09/27 22:59:40 jonathan Exp $") + ASMSTR("$NetBSD: __sigreturn14.S,v 1.2 2000/12/13 23:29:06 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - /* * We must preserve the state of the registers as the user has set them up. */ diff --git a/lib/libc/arch/mips/sys/__vfork14.S b/lib/libc/arch/mips/sys/__vfork14.S index 36f0a426b5d7..0a80294fd5c4 100644 --- a/lib/libc/arch/mips/sys/__vfork14.S +++ b/lib/libc/arch/mips/sys/__vfork14.S @@ -1,4 +1,4 @@ -/* $NetBSD: __vfork14.S,v 1.2 1999/01/14 22:48:20 kleink Exp $ */ +/* $NetBSD: __vfork14.S,v 1.3 2000/12/13 23:29:06 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: __vfork14.S,v 1.2 1999/01/14 22:48:20 kleink Exp $") + ASMSTR("$NetBSD: __vfork14.S,v 1.3 2000/12/13 23:29:06 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - /* * pid = vfork(); * diff --git a/lib/libc/arch/mips/sys/brk.S b/lib/libc/arch/mips/sys/brk.S index 6622c773de28..c1366bd8d1b9 100644 --- a/lib/libc/arch/mips/sys/brk.S +++ b/lib/libc/arch/mips/sys/brk.S @@ -1,4 +1,4 @@ -/* $NetBSD: brk.S,v 1.12 2000/07/04 07:37:33 kleink Exp $ */ +/* $NetBSD: brk.S,v 1.13 2000/12/13 23:29:06 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)brk.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: brk.S,v 1.12 2000/07/04 07:37:33 kleink Exp $") + ASMSTR("$NetBSD: brk.S,v 1.13 2000/12/13 23:29:06 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - .globl _C_LABEL(__minbrk) .globl _C_LABEL(__curbrk) .globl _C_LABEL(_end) diff --git a/lib/libc/arch/mips/sys/cerror.S b/lib/libc/arch/mips/sys/cerror.S index 0a4096cb6a66..7b659cb707e2 100644 --- a/lib/libc/arch/mips/sys/cerror.S +++ b/lib/libc/arch/mips/sys/cerror.S @@ -1,4 +1,4 @@ -/* $NetBSD: cerror.S,v 1.8 2000/05/29 15:07:41 castor Exp $ */ +/* $NetBSD: cerror.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)cerror.s 8.1 (Berkeley) 6/16/93") - ASMSTR("$NetBSD: cerror.S,v 1.8 2000/05/29 15:07:41 castor Exp $") + ASMSTR("$NetBSD: cerror.S,v 1.9 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - .globl _C_LABEL(errno) LEAF_NOPROFILE(__cerror) .set noreorder diff --git a/lib/libc/arch/mips/sys/exect.S b/lib/libc/arch/mips/sys/exect.S index 54dea9843de2..4184b49acf25 100644 --- a/lib/libc/arch/mips/sys/exect.S +++ b/lib/libc/arch/mips/sys/exect.S @@ -1,4 +1,4 @@ -/* $NetBSD: exect.S,v 1.6 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: exect.S,v 1.7 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -39,13 +39,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)exect.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: exect.S,v 1.6 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: exect.S,v 1.7 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - LEAF(exect) #ifdef ABICALLS .set noreorder diff --git a/lib/libc/arch/mips/sys/fork.S b/lib/libc/arch/mips/sys/fork.S index f15798ff7b25..10805985b3ab 100644 --- a/lib/libc/arch/mips/sys/fork.S +++ b/lib/libc/arch/mips/sys/fork.S @@ -1,4 +1,4 @@ -/* $NetBSD: fork.S,v 1.7 2000/06/26 06:32:58 kleink Exp $ */ +/* $NetBSD: fork.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)fork.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: fork.S,v 1.7 2000/06/26 06:32:58 kleink Exp $") + ASMSTR("$NetBSD: fork.S,v 1.8 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - #ifdef WEAK_ALIAS WEAK_ALIAS(fork, _fork) #endif diff --git a/lib/libc/arch/mips/sys/pipe.S b/lib/libc/arch/mips/sys/pipe.S index d1780650658e..17d920b9be4a 100644 --- a/lib/libc/arch/mips/sys/pipe.S +++ b/lib/libc/arch/mips/sys/pipe.S @@ -1,4 +1,4 @@ -/* $NetBSD: pipe.S,v 1.7 2000/09/28 08:38:54 kleink Exp $ */ +/* $NetBSD: pipe.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: pipe.S,v 1.7 2000/09/28 08:38:54 kleink Exp $") + ASMSTR("$NetBSD: pipe.S,v 1.8 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - #ifdef WEAK_ALIAS WEAK_ALIAS(pipe, _pipe) #endif diff --git a/lib/libc/arch/mips/sys/ptrace.S b/lib/libc/arch/mips/sys/ptrace.S index d708fc25e235..25be4eb705c2 100644 --- a/lib/libc/arch/mips/sys/ptrace.S +++ b/lib/libc/arch/mips/sys/ptrace.S @@ -1,4 +1,4 @@ -/* $NetBSD: ptrace.S,v 1.6 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: ptrace.S,v 1.7 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)ptrace.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: ptrace.S,v 1.6 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: ptrace.S,v 1.7 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - LEAF(ptrace) #ifdef ABICALLS .set noreorder diff --git a/lib/libc/arch/mips/sys/sbrk.S b/lib/libc/arch/mips/sys/sbrk.S index 737d3288ce69..c39c3bccc433 100644 --- a/lib/libc/arch/mips/sys/sbrk.S +++ b/lib/libc/arch/mips/sys/sbrk.S @@ -1,4 +1,4 @@ -/* $NetBSD: sbrk.S,v 1.12 2000/06/26 06:25:42 kleink Exp $ */ +/* $NetBSD: sbrk.S,v 1.13 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sbrk.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: sbrk.S,v 1.12 2000/06/26 06:25:42 kleink Exp $") + ASMSTR("$NetBSD: sbrk.S,v 1.13 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - .globl _C_LABEL(__curbrk) .globl _C_LABEL(_end) diff --git a/lib/libc/arch/mips/sys/setlogin.S b/lib/libc/arch/mips/sys/setlogin.S index 13dc7cb261b3..197ec7a19290 100644 --- a/lib/libc/arch/mips/sys/setlogin.S +++ b/lib/libc/arch/mips/sys/setlogin.S @@ -1,4 +1,4 @@ -/* $NetBSD: setlogin.S,v 1.7 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: setlogin.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)setlogin.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: setlogin.S,v 1.7 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: setlogin.S,v 1.8 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - LEAF(setlogin) #ifdef ABICALLS .set noreorder diff --git a/lib/libc/arch/mips/sys/sigpending.S b/lib/libc/arch/mips/sys/sigpending.S index a6dcd38d1ae8..37da8ac5829e 100644 --- a/lib/libc/arch/mips/sys/sigpending.S +++ b/lib/libc/arch/mips/sys/sigpending.S @@ -1,4 +1,4 @@ -/* $NetBSD: sigpending.S,v 1.8 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: sigpending.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sigpending.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: sigpending.S,v 1.8 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: sigpending.S,v 1.9 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - WARN_REFERENCES(sigpending, \ "warning: reference to compatibility sigpending(); include for correct reference") diff --git a/lib/libc/arch/mips/sys/sigprocmask.S b/lib/libc/arch/mips/sys/sigprocmask.S index 54e82ca6a636..a016236d72ee 100644 --- a/lib/libc/arch/mips/sys/sigprocmask.S +++ b/lib/libc/arch/mips/sys/sigprocmask.S @@ -1,4 +1,4 @@ -/* $NetBSD: sigprocmask.S,v 1.8 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: sigprocmask.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sigprocmask.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: sigprocmask.S,v 1.8 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: sigprocmask.S,v 1.9 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - WARN_REFERENCES(sigprocmask, \ "warning: reference to compatibility sigprocmask(); include for correct reference") diff --git a/lib/libc/arch/mips/sys/sigreturn.S b/lib/libc/arch/mips/sys/sigreturn.S index dc9bafccdac3..6d63e539cc2a 100644 --- a/lib/libc/arch/mips/sys/sigreturn.S +++ b/lib/libc/arch/mips/sys/sigreturn.S @@ -1,4 +1,4 @@ -/* $NetBSD: sigreturn.S,v 1.5 1998/12/02 01:01:04 thorpej Exp $ */ +/* $NetBSD: sigreturn.S,v 1.6 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sigreturn.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: sigreturn.S,v 1.5 1998/12/02 01:01:04 thorpej Exp $") + ASMSTR("$NetBSD: sigreturn.S,v 1.6 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - /* * We must preserve the state of the registers as the user has set them up. */ diff --git a/lib/libc/arch/mips/sys/sigsuspend.S b/lib/libc/arch/mips/sys/sigsuspend.S index 17ea633f61a8..56e28cabd3df 100644 --- a/lib/libc/arch/mips/sys/sigsuspend.S +++ b/lib/libc/arch/mips/sys/sigsuspend.S @@ -1,4 +1,4 @@ -/* $NetBSD: sigsuspend.S,v 1.8 1999/01/14 22:48:21 kleink Exp $ */ +/* $NetBSD: sigsuspend.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,9 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)sigsuspend.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: sigsuspend.S,v 1.8 1999/01/14 22:48:21 kleink Exp $") + ASMSTR("$NetBSD: sigsuspend.S,v 1.9 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - WARN_REFERENCES(sigsuspend, \ "warning: reference to compatibility sigsuspend(); include for correct reference") diff --git a/lib/libc/arch/mips/sys/syscall.S b/lib/libc/arch/mips/sys/syscall.S index 1515c697955f..6411e4b84900 100644 --- a/lib/libc/arch/mips/sys/syscall.S +++ b/lib/libc/arch/mips/sys/syscall.S @@ -1,4 +1,4 @@ -/* $NetBSD: syscall.S,v 1.3 1996/09/17 01:33:01 jonathan Exp $ */ +/* $NetBSD: syscall.S,v 1.4 2000/12/13 23:29:07 simonb Exp $ */ /*- * Copyright (c) 1991, 1993 @@ -40,13 +40,7 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)syscall.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$NetBSD: syscall.S,v 1.3 1996/09/17 01:33:01 jonathan Exp $") + ASMSTR("$NetBSD: syscall.S,v 1.4 2000/12/13 23:29:07 simonb Exp $") #endif /* LIBC_SCCS and not lint */ -#ifdef ABICALLS - .abicalls -#endif - -#define SYS_syscall 0 - RSYSCALL(syscall)