ABICALLS -> __ABICALLS__
This commit is contained in:
parent
6cdb340cbc
commit
7f74df5ef3
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: SYS.h,v 1.15 2002/05/26 12:24:57 wiz Exp $ */
|
||||
/* $NetBSD: SYS.h,v 1.16 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 Jonathan STone
|
||||
@ -80,7 +80,7 @@
|
||||
* ii) Do interprocedure jumps indirectly via t9, with the side-effect of
|
||||
* preserving the callee's entry address in t9.
|
||||
*/
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
# define PIC_PROLOGUE(x,sr) .set noreorder; .cpload sr; .set reorder
|
||||
# define PIC_CALL(l,sr) la sr, _C_LABEL(l); jr sr
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __setjmp14.S,v 1.6 2000/03/05 05:41:53 shin Exp $ */
|
||||
/* $NetBSD: __setjmp14.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -45,10 +45,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: __setjmp14.S,v 1.6 2000/03/05 05:41:53 shin Exp $")
|
||||
ASMSTR("$NetBSD: __setjmp14.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -67,13 +67,13 @@
|
||||
|
||||
NON_LEAF(__setjmp14, SETJMP_FRAME_SIZE, ra)
|
||||
.mask 0x80000000, (CALLFRAME_RA - CALLFRAME_SIZ)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
#endif
|
||||
subu sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.cprestore 16
|
||||
#endif
|
||||
sw ra, CALLFRAME_RA(sp) # save RA
|
||||
@ -137,7 +137,7 @@ NON_LEAF(__setjmp14, SETJMP_FRAME_SIZE, ra)
|
||||
END(__setjmp14)
|
||||
|
||||
LEAF(__longjmp14)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __sigsetjmp14.S,v 1.2 1999/01/15 03:53:33 castor Exp $ */
|
||||
/* $NetBSD: __sigsetjmp14.S,v 1.3 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1995,
|
||||
@ -43,10 +43,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: __sigsetjmp14.S,v 1.2 1999/01/15 03:53:33 castor Exp $")
|
||||
ASMSTR("$NetBSD: __sigsetjmp14.S,v 1.3 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
*/
|
||||
|
||||
LEAF(__sigsetjmp14)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
@ -78,7 +78,7 @@ LEAF(__sigsetjmp14)
|
||||
END(__sigsetjmp14)
|
||||
|
||||
LEAF(__siglongjmp14)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: _setjmp.S,v 1.15 2000/03/05 05:41:53 shin Exp $ */
|
||||
/* $NetBSD: _setjmp.S,v 1.16 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -44,10 +44,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)_setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: _setjmp.S,v 1.15 2000/03/05 05:41:53 shin Exp $")
|
||||
ASMSTR("$NetBSD: _setjmp.S,v 1.16 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
.set noreorder
|
||||
|
||||
LEAF(_setjmp)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
#.set noreorder
|
||||
.cpload t9
|
||||
#.set reorder
|
||||
@ -105,7 +105,7 @@ LEAF(_setjmp)
|
||||
END(_setjmp)
|
||||
|
||||
LEAF(_longjmp)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: byte_swap_2.S,v 1.3 2001/02/27 19:44:54 cgd Exp $ */
|
||||
/* $NetBSD: byte_swap_2.S,v 1.4 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)htons.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: byte_swap_2.S,v 1.3 2001/02/27 19:44:54 cgd Exp $")
|
||||
ASMSTR("$NetBSD: byte_swap_2.S,v 1.4 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#undef _LOCORE
|
||||
@ -50,7 +50,7 @@
|
||||
#ifdef _KERNEL
|
||||
#define BSWAP16_NAME bswap16
|
||||
#else
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
#define BSWAP16_NAME __bswap16
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: byte_swap_4.S,v 1.4 2001/02/27 19:44:54 cgd Exp $ */
|
||||
/* $NetBSD: byte_swap_4.S,v 1.5 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)htonl.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: byte_swap_4.S,v 1.4 2001/02/27 19:44:54 cgd Exp $")
|
||||
ASMSTR("$NetBSD: byte_swap_4.S,v 1.5 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#undef _LOCORE
|
||||
@ -50,7 +50,7 @@
|
||||
#ifdef _KERNEL
|
||||
#define BSWAP32_NAME bswap32
|
||||
#else
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
#define BSWAP32_NAME __bswap32
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: fabs.S,v 1.5 1996/09/17 01:32:24 jonathan Exp $ */
|
||||
/* $NetBSD: fabs.S,v 1.6 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1993
|
||||
@ -40,11 +40,11 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)fabs.s 8.1 (Berkeley) 2/16/94")
|
||||
ASMSTR("$NetBSD: fabs.S,v 1.5 1996/09/17 01:32:24 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: fabs.S,v 1.6 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
.set noreorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ldexp.S,v 1.6 2002/11/05 00:05:15 thorpej Exp $ */
|
||||
/* $NetBSD: ldexp.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)ldexp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: ldexp.S,v 1.6 2002/11/05 00:05:15 thorpej Exp $")
|
||||
ASMSTR("$NetBSD: ldexp.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: modf.S,v 1.8 1997/08/19 20:49:47 jonathan Exp $ */
|
||||
/* $NetBSD: modf.S,v 1.9 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1995
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)modf.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: modf.S,v 1.8 1997/08/19 20:49:47 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: modf.S,v 1.9 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -53,7 +53,7 @@
|
||||
* returns: xxx and n (in *iptr) where val == n.xxx
|
||||
*/
|
||||
LEAF(modf)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: setjmp.S,v 1.13 2000/03/05 05:41:53 shin Exp $ */
|
||||
/* $NetBSD: setjmp.S,v 1.14 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -45,10 +45,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: setjmp.S,v 1.13 2000/03/05 05:41:53 shin Exp $")
|
||||
ASMSTR("$NetBSD: setjmp.S,v 1.14 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -67,13 +67,13 @@
|
||||
|
||||
NON_LEAF(setjmp, SETJMP_FRAME_SIZE, ra)
|
||||
.mask 0x80000000, (CALLFRAME_RA - CALLFRAME_SIZ)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
#endif
|
||||
subu sp, sp, SETJMP_FRAME_SIZE # allocate stack frame
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.cprestore 16
|
||||
#endif
|
||||
sw ra, CALLFRAME_RA(sp) # save state
|
||||
@ -129,7 +129,7 @@ NON_LEAF(setjmp, SETJMP_FRAME_SIZE, ra)
|
||||
END(setjmp)
|
||||
|
||||
LEAF(longjmp)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigsetjmp.S,v 1.5 1999/01/31 00:57:10 castor Exp $ */
|
||||
/* $NetBSD: sigsetjmp.S,v 1.6 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993, 1995,
|
||||
@ -43,10 +43,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setjmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sigsetjmp.S,v 1.5 1999/01/31 00:57:10 castor Exp $")
|
||||
ASMSTR("$NetBSD: sigsetjmp.S,v 1.6 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
*/
|
||||
|
||||
LEAF(sigsetjmp)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
@ -78,7 +78,7 @@ LEAF(sigsetjmp)
|
||||
END(sigsetjmp)
|
||||
|
||||
LEAF(siglongjmp)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bcmp.S,v 1.6 1997/10/20 09:31:37 jonathan Exp $ */
|
||||
/* $NetBSD: bcmp.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -42,10 +42,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)bcmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: bcmp.S,v 1.6 1997/10/20 09:31:37 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: bcmp.S,v 1.7 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bcopy.S,v 1.8 2000/10/10 21:51:54 jeffs Exp $ */
|
||||
/* $NetBSD: bcopy.S,v 1.9 2002/11/10 18:10:25 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Mach Operating System
|
||||
@ -42,10 +42,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)mips_bcopy.s 2.2 CMU 18/06/93")
|
||||
ASMSTR("$NetBSD: bcopy.S,v 1.8 2000/10/10 21:51:54 jeffs Exp $")
|
||||
ASMSTR("$NetBSD: bcopy.S,v 1.9 2002/11/10 18:10:25 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: bzero.S,v 1.6 1997/10/19 01:19:58 jonathan Exp $ */
|
||||
/* $NetBSD: bzero.S,v 1.7 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,14 +40,14 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)bzero.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: bzero.S,v 1.6 1997/10/19 01:19:58 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: bzero.S,v 1.7 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
|
||||
#define _LOCORE /* XXX not really, just assembly-code source */
|
||||
#include <machine/endian.h>
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ffs.S,v 1.5 1996/09/17 01:32:33 jonathan Exp $ */
|
||||
/* $NetBSD: ffs.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)ffs.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: ffs.S,v 1.5 1996/09/17 01:32:33 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: ffs.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: index.S,v 1.5 1996/09/17 01:32:34 jonathan Exp $ */
|
||||
/* $NetBSD: index.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)index.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: index.S,v 1.5 1996/09/17 01:32:34 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: index.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: rindex.S,v 1.5 1996/09/17 01:32:35 jonathan Exp $ */
|
||||
/* $NetBSD: rindex.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)rindex.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: rindex.S,v 1.5 1996/09/17 01:32:35 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: rindex.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: strcmp.S,v 1.5 1996/09/17 01:32:36 jonathan Exp $ */
|
||||
/* $NetBSD: strcmp.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)strcmp.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: strcmp.S,v 1.5 1996/09/17 01:32:36 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: strcmp.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: strlen.S,v 1.5 1996/09/17 01:32:36 jonathan Exp $ */
|
||||
/* $NetBSD: strlen.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,10 +40,10 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)strlen.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: strlen.S,v 1.5 1996/09/17 01:32:36 jonathan Exp $")
|
||||
ASMSTR("$NetBSD: strlen.S,v 1.6 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: Ovfork.S,v 1.8 2000/12/13 23:29:06 simonb Exp $ */
|
||||
/* $NetBSD: Ovfork.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: Ovfork.S,v 1.8 2000/12/13 23:29:06 simonb Exp $")
|
||||
ASMSTR("$NetBSD: Ovfork.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
WARN_REFERENCES(vfork, \
|
||||
@ -54,7 +54,7 @@ WARN_REFERENCES(vfork, \
|
||||
*/
|
||||
|
||||
LEAF(vfork)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __clone.S,v 1.3 2001/07/20 17:37:39 thorpej Exp $ */
|
||||
/* $NetBSD: __clone.S,v 1.4 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -88,7 +88,7 @@ LEAF(__clone)
|
||||
REG_L a0, SZREG(sp)
|
||||
addu sp, sp, (2 * SZREG)
|
||||
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.cprestore
|
||||
#endif
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: __vfork14.S,v 1.3 2000/12/13 23:29:06 simonb Exp $ */
|
||||
/* $NetBSD: __vfork14.S,v 1.4 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)Ovfork.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: __vfork14.S,v 1.3 2000/12/13 23:29:06 simonb Exp $")
|
||||
ASMSTR("$NetBSD: __vfork14.S,v 1.4 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
/*
|
||||
@ -51,7 +51,7 @@
|
||||
*/
|
||||
|
||||
LEAF(__vfork14)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: brk.S,v 1.13 2000/12/13 23:29:06 simonb Exp $ */
|
||||
/* $NetBSD: brk.S,v 1.14 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)brk.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: brk.S,v 1.13 2000/12/13 23:29:06 simonb Exp $")
|
||||
ASMSTR("$NetBSD: brk.S,v 1.14 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
.globl _C_LABEL(__minbrk)
|
||||
@ -57,7 +57,7 @@ _C_LABEL(__minbrk):
|
||||
.text
|
||||
|
||||
LEAF(_brk)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: cerror.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: cerror.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,13 +40,13 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)cerror.s 8.1 (Berkeley) 6/16/93")
|
||||
ASMSTR("$NetBSD: cerror.S,v 1.9 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: cerror.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
.globl _C_LABEL(errno)
|
||||
LEAF_NOPROFILE(__cerror)
|
||||
.set noreorder
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.cpload t9
|
||||
#endif
|
||||
sw v0, _C_LABEL(errno)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: exect.S,v 1.7 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: exect.S,v 1.8 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
* The Regents of the University of California. All rights reserved.
|
||||
@ -39,11 +39,11 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)exect.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: exect.S,v 1.7 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: exect.S,v 1.8 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
LEAF(exect)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: fork.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: fork.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)fork.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: fork.S,v 1.8 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: fork.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef WEAK_ALIAS
|
||||
@ -48,7 +48,7 @@ WEAK_ALIAS(fork, _fork)
|
||||
#endif
|
||||
|
||||
LEAF(_fork)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pipe.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: pipe.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)pipe.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: pipe.S,v 1.8 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: pipe.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#ifdef WEAK_ALIAS
|
||||
@ -48,7 +48,7 @@ WEAK_ALIAS(pipe, _pipe)
|
||||
#endif
|
||||
|
||||
LEAF(_pipe)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ptrace.S,v 1.7 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: ptrace.S,v 1.8 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,11 +40,11 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)ptrace.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: ptrace.S,v 1.7 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: ptrace.S,v 1.8 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
LEAF(ptrace)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sbrk.S,v 1.13 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: sbrk.S,v 1.14 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)sbrk.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sbrk.S,v 1.13 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: sbrk.S,v 1.14 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
.globl _C_LABEL(__curbrk)
|
||||
@ -56,7 +56,7 @@ _C_LABEL(__curbrk):
|
||||
.text
|
||||
|
||||
LEAF(_sbrk)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: setlogin.S,v 1.8 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: setlogin.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,11 +40,11 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)setlogin.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: setlogin.S,v 1.8 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: setlogin.S,v 1.9 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
LEAF(setlogin)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigpending.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: sigpending.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,14 +40,14 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)sigpending.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sigpending.S,v 1.9 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: sigpending.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
WARN_REFERENCES(sigpending, \
|
||||
"warning: reference to compatibility sigpending(); include <signal.h> for correct reference")
|
||||
|
||||
LEAF(sigpending)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigprocmask.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: sigprocmask.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,14 +40,14 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)sigprocmask.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sigprocmask.S,v 1.9 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: sigprocmask.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
WARN_REFERENCES(sigprocmask, \
|
||||
"warning: reference to compatibility sigprocmask(); include <signal.h> for correct reference")
|
||||
|
||||
LEAF(sigprocmask) # sigprocmask(how, new, old) sigset_t *new, *old;
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sigsuspend.S,v 1.9 2000/12/13 23:29:07 simonb Exp $ */
|
||||
/* $NetBSD: sigsuspend.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,14 +40,14 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)sigsuspend.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: sigsuspend.S,v 1.9 2000/12/13 23:29:07 simonb Exp $")
|
||||
ASMSTR("$NetBSD: sigsuspend.S,v 1.10 2002/11/10 18:10:26 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
WARN_REFERENCES(sigsuspend, \
|
||||
"warning: reference to compatibility sigsuspend(); include <signal.h> for correct reference")
|
||||
|
||||
LEAF(sigsuspend)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.set noreorder
|
||||
.cpload t9
|
||||
.set reorder
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: byte_swap_2.S,v 1.4 2001/02/27 19:45:26 cgd Exp $ */
|
||||
/* $NetBSD: byte_swap_2.S,v 1.5 2002/11/10 18:11:43 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)htons.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: byte_swap_2.S,v 1.4 2001/02/27 19:45:26 cgd Exp $")
|
||||
ASMSTR("$NetBSD: byte_swap_2.S,v 1.5 2002/11/10 18:11:43 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#undef _LOCORE
|
||||
@ -50,7 +50,7 @@
|
||||
#ifdef _KERNEL
|
||||
#define BSWAP16_NAME bswap16
|
||||
#else
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
#define BSWAP16_NAME __bswap16
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: byte_swap_4.S,v 1.5 2001/02/27 19:45:26 cgd Exp $ */
|
||||
/* $NetBSD: byte_swap_4.S,v 1.6 2002/11/10 18:11:44 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)htonl.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: byte_swap_4.S,v 1.5 2001/02/27 19:45:26 cgd Exp $")
|
||||
ASMSTR("$NetBSD: byte_swap_4.S,v 1.6 2002/11/10 18:11:44 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#undef _LOCORE
|
||||
@ -50,7 +50,7 @@
|
||||
#ifdef _KERNEL
|
||||
#define BSWAP32_NAME bswap32
|
||||
#else
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
#define BSWAP32_NAME __bswap32
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ffs.S,v 1.3 2002/01/02 12:34:27 uch Exp $ */
|
||||
/* $NetBSD: ffs.S,v 1.4 2002/11/10 18:11:44 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -40,11 +40,11 @@
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
ASMSTR("from: @(#)ffs.s 8.1 (Berkeley) 6/4/93")
|
||||
ASMSTR("$NetBSD: ffs.S,v 1.3 2002/01/02 12:34:27 uch Exp $")
|
||||
ASMSTR("$NetBSD: ffs.S,v 1.4 2002/11/10 18:11:44 thorpej Exp $")
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#if !defined(_KERNEL)
|
||||
#ifdef ABICALLS
|
||||
#ifdef __ABICALLS__
|
||||
.abicalls
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user