 |
RTEMS 6.1-rc7
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
80#ifndef __USER_LABEL_PREFIX__
81#define __USER_LABEL_PREFIX__
84#ifndef __REGISTER_PREFIX__
85#define __REGISTER_PREFIX__ "$"
92#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
96#define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
125#define BEGIN_CODE_DCL .text
127#define BEGIN_DATA_DCL .data
129#define BEGIN_CODE asm ( ".text
142#define PUBLIC(sym) .globl SYM (sym)
143#define EXTERN(sym) .globl SYM (sym)