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

Submitted by:	jkh
This commit is contained in:
jkh 1994-08-19 11:12:52 +00:00
parent 669d29ec95
commit 5d58375ab0

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)