mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2026-03-24 00:46:32 +08:00
Merge pull request #504 from fdesbiens/issue499
Added ax attribute to ThreadX module example build preamble.S files
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.section .txm_module_preamble
|
||||
.section .txm_module_preamble, "ax"
|
||||
.align 4
|
||||
|
||||
// External references
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.section .txm_module_preamble
|
||||
.section .txm_module_preamble, "ax"
|
||||
.align 4
|
||||
|
||||
// External references
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.section .txm_module_preamble
|
||||
.section .txm_module_preamble, "ax"
|
||||
.align 4
|
||||
|
||||
/* Define common external references. */
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble
|
||||
.section .preamble, "ax"
|
||||
|
||||
// Define public symbols
|
||||
.global __txm_module_preamble
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble, "ax"
|
||||
|
||||
/* Define public symbols. */
|
||||
.global __txm_module_preamble
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble
|
||||
.section .preamble, "ax"
|
||||
|
||||
/* Define public symbols. */
|
||||
.global __txm_module_preamble
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble, "ax"
|
||||
|
||||
/* Define public symbols. */
|
||||
.global __txm_module_preamble
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble
|
||||
.section .preamble, "ax"
|
||||
|
||||
/* Define public symbols. */
|
||||
.global __txm_module_preamble
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.text
|
||||
.align 4
|
||||
.syntax unified
|
||||
.section .preamble
|
||||
.section .preamble, "ax"
|
||||
|
||||
/* Define public symbols. */
|
||||
.global __txm_module_preamble
|
||||
|
||||
Reference in New Issue
Block a user