diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-11-10 18:10:25 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-11-10 18:10:25 +0000 |
| commit | 7f74df5ef3835fbccd55ebfb8c4c98e8f7b2a645 (patch) | |
| tree | 5511d58cd6ad61fd18af730e113fb7eaaa47d984 /sys/lib | |
| parent | 6cdb340cbc005e51666a175c794b4417f4284cd2 (diff) | |
ABICALLS -> __ABICALLS__
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/arch/mips/byte_swap_2.S | 6 | ||||
| -rw-r--r-- | sys/lib/libkern/arch/mips/byte_swap_4.S | 6 | ||||
| -rw-r--r-- | sys/lib/libkern/arch/mips/ffs.S | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/lib/libkern/arch/mips/byte_swap_2.S b/sys/lib/libkern/arch/mips/byte_swap_2.S index 5a35779ee9c..2e914424e4b 100644 --- a/sys/lib/libkern/arch/mips/byte_swap_2.S +++ b/sys/lib/libkern/arch/mips/byte_swap_2.S @@ -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 diff --git a/sys/lib/libkern/arch/mips/byte_swap_4.S b/sys/lib/libkern/arch/mips/byte_swap_4.S index b0c2f5d834c..1e613d8552a 100644 --- a/sys/lib/libkern/arch/mips/byte_swap_4.S +++ b/sys/lib/libkern/arch/mips/byte_swap_4.S @@ -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 diff --git a/sys/lib/libkern/arch/mips/ffs.S b/sys/lib/libkern/arch/mips/ffs.S index d9844211a10..d31d46368a7 100644 --- a/sys/lib/libkern/arch/mips/ffs.S +++ b/sys/lib/libkern/arch/mips/ffs.S @@ -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 |
