50 #ifndef __USER_LABEL_PREFIX__ 51 #define __USER_LABEL_PREFIX__ _ 54 #ifndef __REGISTER_PREFIX__ 55 #define __REGISTER_PREFIX__ 62 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 98 #define BEGIN_CODE_DCL .text 100 #define BEGIN_DATA_DCL .data 102 #define BEGIN_CODE __asm__ ( ".text 115 #define PUBLIC(sym) .globl SYM (sym) 116 #define EXTERN(sym) .globl SYM (sym) Information Required to Build RTEMS for a Particular Member of the Hitachi H8/300 Family...
This include file defines ANSI concatenation macros.