about summary refs log tree commit diff
path: root/math/machine/asm.h
blob: 548e248556d2ac92f96a0b1548886c121321117f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* The libm assembly code wants to include <machine/asm.h> to define the
   ENTRY macro.  We define assembly-related macros in sysdep.h and
   asm-syntax.h.  */

#include <sysdep.h>
#include <asm-syntax.h>

/* The libm assembly code uses this macro for RCSid strings.
   We don't put RCSid strings into object files.  */
#define RCSID(id) /* ignore them */