summaryrefslogtreecommitdiffstats
path: root/lib/msun/i387/s_log1p.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/s_log1p.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/s_log1p.S')
-rw-r--r--lib/msun/i387/s_log1p.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/s_log1p.S b/lib/msun/i387/s_log1p.S
index 319b76f..4f14451 100644
--- a/lib/msun/i387/s_log1p.S
+++ b/lib/msun/i387/s_log1p.S
@@ -33,9 +33,9 @@
* J.T. Conklin (jtc@wimsey.com), Winning Strategies, Inc.
*/
-#include <machine/asm.h>
+#include <machine/asmacros.h>
-RCSID("$Id: s_log1p.S,v 1.3 1994/08/18 20:42:35 jtc Exp $")
+RCSID("$Id: s_log1p.S,v 1.1.1.1 1994/08/19 09:40:01 jkh Exp $")
ENTRY(log1p)
fldln2
OpenPOWER on IntegriCloud