asm.h 357 B

12345678910
  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. #include <sysdep.h>
  5. #include <asm-syntax.h>
  6. /* The libm assembly code uses this macro for RCSid strings.
  7. We don't put RCSid strings into object files. */
  8. #define RCSID(id) /* ignore them */