39 #include <rtems/score/cpuopts.h> 49 #ifndef __USER_LABEL_PREFIX__ 50 #define __USER_LABEL_PREFIX__ _ 53 #ifndef __REGISTER_PREFIX__ 54 #define __REGISTER_PREFIX__ 61 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 65 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) 78 #define BEGIN_CODE_DCL .text 80 #define BEGIN_DATA_DCL .data 82 #define BEGIN_CODE .text 95 #define PUBLIC(sym) .globl SYM (sym) 96 #define EXTERN(sym) .globl SYM (sym) NIOS II Set up Basic CPU Dependency Settings Based on Compiler Settings.
This include file defines ANSI concatenation macros.