41 #include <rtems/score/cpuopts.h> 51 #ifndef __USER_LABEL_PREFIX__ 52 #define __USER_LABEL_PREFIX__ _ 55 #ifndef __REGISTER_PREFIX__ 56 #define __REGISTER_PREFIX__ 63 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 67 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 80 #define BEGIN_CODE_DCL .text 82 #define BEGIN_DATA_DCL .data 84 #define BEGIN_CODE .text 97 #define PUBLIC(sym) .globl SYM (sym) 98 #define EXTERN(sym) .globl SYM (sym) 107 #define FRAME(name,frm_reg,offset,ret_reg) \ 111 .frame frm_reg,offset,ret_reg 112 #define ENDFRAME(name) \ 115 #define FRAME(name,frm_reg,offset,ret_reg) \ 118 #define ENDFRAME(name) This include file defines ANSI concatenation macros.
Information Included in Every Function in the Executive.
Information to build RTEMS for a "no cpu" while in protected mode.