Merge pull request #504 from fdesbiens/issue499

Added ax attribute to ThreadX module example build preamble.S files
This commit is contained in:
Frédéric Desbiens
2026-02-27 10:27:25 -05:00
committed by GitHub
9 changed files with 9 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
.section .txm_module_preamble
.section .txm_module_preamble, "ax"
.align 4
// External references

View File

@@ -1,4 +1,4 @@
.section .txm_module_preamble
.section .txm_module_preamble, "ax"
.align 4
// External references

View File

@@ -1,4 +1,4 @@
.section .txm_module_preamble
.section .txm_module_preamble, "ax"
.align 4
/* Define common external references. */

View File

@@ -1,7 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble
.section .preamble, "ax"
// Define public symbols
.global __txm_module_preamble

View File

@@ -1,6 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble, "ax"
/* Define public symbols. */
.global __txm_module_preamble

View File

@@ -1,7 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble
.section .preamble, "ax"
/* Define public symbols. */
.global __txm_module_preamble

View File

@@ -1,6 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble, "ax"
/* Define public symbols. */
.global __txm_module_preamble

View File

@@ -1,7 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble
.section .preamble, "ax"
/* Define public symbols. */
.global __txm_module_preamble

View File

@@ -1,7 +1,7 @@
.text
.align 4
.syntax unified
.section .preamble
.section .preamble, "ax"
/* Define public symbols. */
.global __txm_module_preamble