 |
RTEMS 6.1-rc7
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
52#include <rtems/score/cpuopts.h>
54#ifndef __USER_LABEL_PREFIX__
63#define __USER_LABEL_PREFIX__ _
66#ifndef __REGISTER_PREFIX__
75#define __REGISTER_PREFIX__
81#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
84#define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
98#define BEGIN_CODE_DCL .text
102#define BEGIN_DATA_DCL .data
106#define BEGIN_CODE .text
128#define PUBLIC(sym) .globl SYM (sym)
136#define EXTERN(sym) .globl SYM (sym)