Change includes to reference <machine/asmacros.h>.

Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-19 11:12:52 +00:00
parent b605997937
commit 2a3617d129
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2120

View File

@ -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)