xref: /haiku/src/system/libroot/posix/glibc/math/machine/asm.h (revision 7749d0bb0c358a3279b1b9cc76d8376e900130a5)
1 /* The libm assembly code wants to include <machine/asm.h> to define the
2    ENTRY macro.  We define assembly-related macros in sysdep.h and
3    asm-syntax.h.  */
4 
5 #include <sysdep.h>
6 #include <asm-syntax.h>
7 
8 /* The libm assembly code uses this macro for RCSid strings.
9    We don't put RCSid strings into object files.  */
10 #define RCSID(id) /* ignore them */
11