aboutsummaryrefslogtreecommitdiffstats
path: root/msp430/msp430fr2476.ld
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-12 14:38:30 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-12 14:38:30 -0500
commitcdf19490df966f53e8c89677296e6a8b34cff497 (patch)
tree154e1f9784fa1d55d49767c4c6391bf91cf0d556 /msp430/msp430fr2476.ld
parent69152efdad181c70fd794ecba5f5f48f23bc67bd (diff)
no more cstring; 16mhz/115200 msp430; fix dict init
Diffstat (limited to 'msp430/msp430fr2476.ld')
-rw-r--r--msp430/msp430fr2476.ld4
1 files changed, 3 insertions, 1 deletions
diff --git a/msp430/msp430fr2476.ld b/msp430/msp430fr2476.ld
index 08b0299..574a76b 100644
--- a/msp430/msp430fr2476.ld
+++ b/msp430/msp430fr2476.ld
@@ -214,7 +214,9 @@ SECTIONS
KEEP (*(.dtors))
} > FRAM
- .tinyram : {} > TINYRAM
+ .tinyram : {
+ PROVIDE (__dict = .);
+ } > TINYRAM
.data :
{