summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/s_copysign.S
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-03-09 14:01:11 +0000
committerbde <bde@FreeBSD.org>1997-03-09 14:01:11 +0000
commitb964069da296484e27e3b5ed2c05deba77078b12 (patch)
treee89495913ef56dbd6aff3fbd9835f6a4a1835bbe /lib/msun/i387/s_copysign.S
parent323777f28dd6fc4f0197ee45869323407aec04de (diff)
downloadFreeBSD-src-b964069da296484e27e3b5ed2c05deba77078b12.zip
FreeBSD-src-b964069da296484e27e3b5ed2c05deba77078b12.tar.gz
Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.
Diffstat (limited to 'lib/msun/i387/s_copysign.S')
-rw-r--r--lib/msun/i387/s_copysign.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/s_copysign.S b/lib/msun/i387/s_copysign.S
index eb71e5c..eccdbb8 100644
--- a/lib/msun/i387/s_copysign.S
+++ b/lib/msun/i387/s_copysign.S
@@ -33,9 +33,9 @@
* J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
*/
-#include <machine/asmacros.h>
+#include <machine/asm.h>
-RCSID("$Id$")
+RCSID("$Id: s_copysign.S,v 1.4 1997/02/22 15:08:55 peter Exp $")
ENTRY(copysign)
movl 16(%esp),%edx
OpenPOWER on IntegriCloud