aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld')
-rw-r--r--os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld
index 5a35f87f2..bc2ca659d 100644
--- a/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld
+++ b/os/common/startup/ARMCAx-TZ/compilers/GCC/ld/rules.ld
@@ -111,7 +111,7 @@ SECTIONS
_etext = .;
_textdata = _etext;
- .stacks :
+ .stacks (NOLOAD) :
{
. = ALIGN(8);
__stacks_base__ = .;
@@ -132,7 +132,7 @@ SECTIONS
PROVIDE(_edata = .);
} > DATA_RAM AT > flash
- .bss : ALIGN(4)
+ .bss (NOLOAD) : ALIGN(4)
{
. = ALIGN(4);
PROVIDE(_bss_start = .);