Blame math/machine/asm.h

Packit 6c4009
/* The libm assembly code wants to include <machine/asm.h> to define the
Packit 6c4009
   ENTRY macro.  We define assembly-related macros in sysdep.h and
Packit 6c4009
   asm-syntax.h.  */
Packit 6c4009
Packit 6c4009
#include <sysdep.h>
Packit 6c4009
#include <asm-syntax.h>
Packit 6c4009
Packit 6c4009
/* The libm assembly code uses this macro for RCSid strings.
Packit 6c4009
   We don't put RCSid strings into object files.  */
Packit 6c4009
#define RCSID(id) /* ignore them */