aboutsummaryrefslogtreecommitdiffstats
path: root/msp430/msp430fr2476.ld
diff options
context:
space:
mode:
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 :
{