summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/e_sqrt.S
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-08-19 11:14:32 +0000
committerjkh <jkh@FreeBSD.org>1994-08-19 11:14:32 +0000
commit9f0650ff2958e12617f561d93fe32220b3056706 (patch)
treeba6a145b181594266875d92e97ee4177a283ce3c /lib/msun/i387/e_sqrt.S
parent5d58375ab0d3c9b4f855def3f138f758b7929f32 (diff)
downloadFreeBSD-src-9f0650ff2958e12617f561d93fe32220b3056706.zip
FreeBSD-src-9f0650ff2958e12617f561d93fe32220b3056706.tar.gz
Do all the includes: <machine/asm.h> -> <machine/asmacros.h>
Reviewed by: Submitted by:
Diffstat (limited to 'lib/msun/i387/e_sqrt.S')
-rw-r--r--lib/msun/i387/e_sqrt.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/e_sqrt.S b/lib/msun/i387/e_sqrt.S
index f779a68..7625e7b 100644
--- a/lib/msun/i387/e_sqrt.S
+++ b/lib/msun/i387/e_sqrt.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_sqrt.S,v 1.2 1994/03/12 01:30:33 jtc Exp $")
+RCSID("$Id: e_sqrt.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $")
ENTRY(__ieee754_sqrt)
fldl 4(%esp)
OpenPOWER on IntegriCloud