diff options
author | 2008-12-09 20:32:06 +0000 | |
---|---|---|
committer | 2008-12-09 20:32:06 +0000 | |
commit | cfbd74e7bb52785420a434dfbc3fb1dcca44ed0f (patch) | |
tree | 3c3e4caca7159af9e2763949468ed56e72de9f62 /lib/libc/arch/mips64 | |
parent | alias fabsl to fabs on these archs (diff) | |
download | wireguard-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.S | 3 |
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 |