diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-19 11:14:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-19 11:14:32 +0000 |
commit | 9f0650ff2958e12617f561d93fe32220b3056706 (patch) | |
tree | ba6a145b181594266875d92e97ee4177a283ce3c /lib/msun/i387/e_log10.S | |
parent | 5d58375ab0d3c9b4f855def3f138f758b7929f32 (diff) | |
download | FreeBSD-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_log10.S')
-rw-r--r-- | lib/msun/i387/e_log10.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/i387/e_log10.S b/lib/msun/i387/e_log10.S index 3fab048..612a374 100644 --- a/lib/msun/i387/e_log10.S +++ b/lib/msun/i387/e_log10.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_log10.S,v 1.2 1994/03/12 01:30:30 jtc Exp $") +RCSID("$Id: e_log10.S,v 1.1.1.1 1994/08/19 09:40:00 jkh Exp $") ENTRY(__ieee754_log10) fldlg2 |