summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips/gen/fabs.S
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>1996-05-16 11:15:57 +0000
committerpefo <pefo@openbsd.org>1996-05-16 11:15:57 +0000
commit37649745de24dcda77d29c3d1baaf78cb69ee23a (patch)
tree3922947f898741e7646dff1d44bbdd6851d60a2e /lib/libc/arch/mips/gen/fabs.S
parentAdd 'fdisk' utility to the pica build (diff)
downloadwireguard-openbsd-37649745de24dcda77d29c3d1baaf78cb69ee23a.tar.xz
wireguard-openbsd-37649745de24dcda77d29c3d1baaf78cb69ee23a.zip
Changes to support elf shared librarys
Diffstat (limited to 'lib/libc/arch/mips/gen/fabs.S')
-rw-r--r--lib/libc/arch/mips/gen/fabs.S10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/arch/mips/gen/fabs.S b/lib/libc/arch/mips/gen/fabs.S
index 29f919668de..c6d2f010759 100644
--- a/lib/libc/arch/mips/gen/fabs.S
+++ b/lib/libc/arch/mips/gen/fabs.S
@@ -34,13 +34,21 @@
* SUCH DAMAGE.
*/
+#if MACHINE==pica
+#include <machine/asm.h>
+#else
#include <machine/machAsmDefs.h>
+#endif
#if defined(LIBC_SCCS) && !defined(lint)
ASMSTR("from: @(#)fabs.s 8.1 (Berkeley) 2/16/94")
- ASMSTR("$Id: fabs.S,v 1.1.1.1 1995/10/18 08:41:33 deraadt Exp $")
+ ASMSTR("$Id: fabs.S,v 1.2 1996/05/16 11:16:00 pefo Exp $")
#endif /* LIBC_SCCS and not lint */
+#ifdef ABICALLS
+ .abicalls
+#endif
+
.set noreorder
/*