diff options
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 |