mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Corrected macros for assembly language program sections.
This commit is contained in:
@@ -130,9 +130,9 @@
|
||||
#define END_DATA_DCL
|
||||
#define BEGIN_CODE .text
|
||||
#define END_CODE
|
||||
#define BEGIN_DATA
|
||||
#define BEGIN_DATA .data
|
||||
#define END_DATA
|
||||
#define BEGIN_BSS
|
||||
#define BEGIN_BSS .bss
|
||||
#define END_BSS
|
||||
#define END
|
||||
|
||||
|
||||
@@ -130,9 +130,9 @@
|
||||
#define END_DATA_DCL
|
||||
#define BEGIN_CODE .text
|
||||
#define END_CODE
|
||||
#define BEGIN_DATA
|
||||
#define BEGIN_DATA .data
|
||||
#define END_DATA
|
||||
#define BEGIN_BSS
|
||||
#define BEGIN_BSS .bss
|
||||
#define END_BSS
|
||||
#define END
|
||||
|
||||
|
||||
@@ -130,9 +130,9 @@
|
||||
#define END_DATA_DCL
|
||||
#define BEGIN_CODE .text
|
||||
#define END_CODE
|
||||
#define BEGIN_DATA
|
||||
#define BEGIN_DATA .data
|
||||
#define END_DATA
|
||||
#define BEGIN_BSS
|
||||
#define BEGIN_BSS .bss
|
||||
#define END_BSS
|
||||
#define END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user