 |
RTEMS 5.3
|
Go to the documentation of this file.
41#include <rtems/score/cpuopts.h>
42#include <rtems/score/x86_64.h>
54#ifndef __USER_LABEL_PREFIX__
63#define __USER_LABEL_PREFIX__ _
66#undef __REGISTER_PREFIX__
67#define __REGISTER_PREFIX__ %
72#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
75#define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)
114#define BEGIN_CODE_DCL .text
118#define BEGIN_DATA_DCL .data
122#define BEGIN_CODE .text
144#define PUBLIC(sym) .globl SYM (sym)
152#define EXTERN(sym) .globl SYM (sym)