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