summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/mips64
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2008-12-09 20:32:06 +0000
committermartynas <martynas@openbsd.org>2008-12-09 20:32:06 +0000
commitcfbd74e7bb52785420a434dfbc3fb1dcca44ed0f (patch)
tree3c3e4caca7159af9e2763949468ed56e72de9f62 /lib/libc/arch/mips64
parentalias fabsl to fabs on these archs (diff)
downloadwireguard-openbsd-cfbd74e7bb52785420a434dfbc3fb1dcca44ed0f.tar.xz
wireguard-openbsd-cfbd74e7bb52785420a434dfbc3fb1dcca44ed0f.zip
ditto frexpl and ldexpl
Diffstat (limited to 'lib/libc/arch/mips64')
-rw-r--r--lib/libc/arch/mips64/gen/fabs.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/mips64/gen/fabs.S b/lib/libc/arch/mips64/gen/fabs.S
index 42c1afe3506..02c517ab8cf 100644
--- a/lib/libc/arch/mips64/gen/fabs.S
+++ b/lib/libc/arch/mips64/gen/fabs.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: fabs.S,v 1.3 2005/08/07 16:40:15 espie Exp $ */
+/* $OpenBSD: fabs.S,v 1.4 2008/12/09 20:32:06 martynas Exp $ */
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -39,6 +39,7 @@
*
* Return absolute value of x.
*/
+WEAK_ALIAS(fabsl, fabs)
LEAF(fabs, 0)
.set noreorder
j ra