Don't add .abicalls if NO_ABICALLS is defined even if ABICALLS is defined.

This commit is contained in:
simonb 1999-03-17 13:31:43 +00:00
parent 826dd9708b
commit 5e5bf63bc1
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_2.S,v 1.1 1999/01/15 13:31:31 bouyer Exp $ */
/* $NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -40,10 +40,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)htons.s 8.1 (Berkeley) 6/4/93")
ASMSTR("$NetBSD: byte_swap_2.S,v 1.1 1999/01/15 13:31:31 bouyer Exp $")
ASMSTR("$NetBSD: byte_swap_2.S,v 1.2 1999/03/17 13:31:43 simonb Exp $")
#endif /* LIBC_SCCS and not lint */
#ifdef ABICALLS
#if defined(ABICALLS) && !defined(NO_ABICALLS)
.abicalls
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: byte_swap_4.S,v 1.2 1999/01/18 01:24:55 castor Exp $ */
/* $NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -40,9 +40,10 @@
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)htonl.s 8.1 (Berkeley) 6/4/93")
ASMSTR("$NetBSD: byte_swap_4.S,v 1.2 1999/01/18 01:24:55 castor Exp $")
ASMSTR("$NetBSD: byte_swap_4.S,v 1.3 1999/03/17 13:31:43 simonb Exp $")
#endif /* LIBC_SCCS and not lint */
#ifdef ABICALLS
#if defined(ABICALLS) && !defined(NO_ABICALLS)
.abicalls
#endif