summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-19 11:12:52 +0000
committerjkh <jkh@FreeBSD.org>1994-08-19 11:12:52 +0000
commit5d58375ab0d3c9b4f855def3f138f758b7929f32 (patch)
treee450a97b0664b2c4112b473ec2c637c6c37a04d5 /lib/msun/i387
parent669d29ec95ba9de41df79825b6a7f7c9e8abc77b (diff)
downloadFreeBSD-src-5d58375ab0d3c9b4f855def3f138f758b7929f32.zip
FreeBSD-src-5d58375ab0d3c9b4f855def3f138f758b7929f32.tar.gz
Change includes to reference <machine/asmacros.h>.
Submitted by: jkh
Diffstat (limited to 'lib/msun/i387')
-rw-r--r--lib/msun/i387/e_acos.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/e_acos.S b/lib/msun/i387/e_acos.S
index 74d1705..8e6f863 100644
--- a/lib/msun/i387/e_acos.S
+++ b/lib/msun/i387/e_acos.S
@@ -33,9 +33,9 @@
* J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
*/
-#include <machine/asm.h>
+#include <machine/asmacros.h>
-RCSID("$Id: e_acos.S,v 1.2 1994/03/12 01:30:22 jtc Exp $")
+RCSID("$Id: e_acos.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $")
/* acos = atan (sqrt(1 - x^2) / x) */
ENTRY(__ieee754_acos)
OpenPOWER on IntegriCloud