 |
RTEMS 5.2
|
Go to the documentation of this file.
45#include <rtems/score/cpuopts.h>
46#include <rtems/score/no_cpu.h>
48#ifndef __USER_LABEL_PREFIX__
57#define __USER_LABEL_PREFIX__ _
60#ifndef __REGISTER_PREFIX__
69#define __REGISTER_PREFIX__
75#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
78#define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
92#define BEGIN_CODE_DCL .text
96#define BEGIN_DATA_DCL .data
100#define BEGIN_CODE .text
122#define PUBLIC(sym) .globl SYM (sym)
130#define EXTERN(sym) .globl SYM (sym)