RTEMS  5.1
Macros

Linker support. More...

Macros

#define BSP_FAST_TEXT_SECTION   __attribute__((section(".bsp_fast_text")))
 
#define BSP_FAST_DATA_SECTION   __attribute__((section(".bsp_fast_data")))
 
#define BSP_NOCACHE_SECTION   __attribute__((section(".bsp_nocache")))
 
#define BSP_NOCACHE_SUBSECTION(subsection)   __attribute__((section(".bsp_nocache." # subsection)))
 
#define BSP_NOCACHENOLOAD_SECTION   __attribute__((section(".bsp_noload_nocache")))
 
#define BSP_NOCACHENOLOAD_SUBSECTION(subsection)   __attribute__((section(".bsp_noload_nocache." # subsection)))
 
#define BSP_NVRAM_SECTION   __attribute__((section(".bsp_nvram")))
 
#define BSP_NVRAM_SUBSECTION(subsection)   __attribute__((section(".bsp_nvram." # subsection)))
 

Detailed Description

Linker support.