You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
357 B

/* 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 */