aboutsummaryrefslogtreecommitdiff
path: root/example-cdc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-10-10 12:07:02 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-10-10 12:07:02 +0900
commitdd54b5ff202e3b1bc863e32fb3eba7633a7aeb01 (patch)
treee6ef203b88d0e2a0ea21271341e833e07a9c9192 /example-cdc
parentc08044e22bc5477b27820d1f526b49bdcf9ba436 (diff)
Fix example-cdc.
Diffstat (limited to 'example-cdc')
-rw-r--r--example-cdc/sample.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/example-cdc/sample.ld b/example-cdc/sample.ld
index 09f59c2..e37ba91 100644
--- a/example-cdc/sample.ld
+++ b/example-cdc/sample.ld
@@ -73,7 +73,7 @@ SECTIONS
_etext = .;
_textdata = _etext;
- .process_stack :
+ .process_stack (NOLOAD) :
{
. = ALIGN(8);
*(.process_stack.3)
@@ -83,7 +83,7 @@ SECTIONS
. = ALIGN(8);
} > ram
- .main_stack :
+ .main_stack (NOLOAD) :
{
. = ALIGN(8);
*(.main_stack)