diff options
Diffstat (limited to 'lib/libc/arch/mips64/gen/ldexp.S')
-rw-r--r-- | lib/libc/arch/mips64/gen/ldexp.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/arch/mips64/gen/ldexp.S b/lib/libc/arch/mips64/gen/ldexp.S index 640406422c7..ba934bee580 100644 --- a/lib/libc/arch/mips64/gen/ldexp.S +++ b/lib/libc/arch/mips64/gen/ldexp.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldexp.S,v 1.6 2005/08/07 16:40:15 espie Exp $ */ +/* $OpenBSD: ldexp.S,v 1.7 2015/10/27 05:54:49 guenther Exp $ */ /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include <machine/asm.h> +#include "SYS.h" #define DEXP_INF 0x7ff #define DEXP_BIAS 1023 @@ -164,4 +164,4 @@ LEAF(ldexp, 0) 9: mov.d $f0, $f12 # yes, result is just x j ra -END(ldexp) +END_STRONG(ldexp) |