summaryrefslogtreecommitdiff
path: root/core/cortex-m0/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/ec.lds.S')
-rw-r--r--core/cortex-m0/ec.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/cortex-m0/ec.lds.S b/core/cortex-m0/ec.lds.S
index a04b92f5ff..ce67760cf2 100644
--- a/core/cortex-m0/ec.lds.S
+++ b/core/cortex-m0/ec.lds.S
@@ -263,7 +263,7 @@ SECTIONS
. = ALIGN(8);
*(.bss.system_stack)
/* Rest of .bss takes care of its own alignment */
- *(.bss)
+ *(.bss*)
/*
* Reserve space for deferred function firing times.
@@ -284,7 +284,7 @@ SECTIONS
. = ALIGN(4);
__data_start = .;
*(.data.tasks)
- *(.data)
+ *(.data*)
. = ALIGN(4);
*(.iram.text)
. = ALIGN(4);