diff options
Diffstat (limited to 'libgloss/msp430/msp430xl-sim.ld')
-rw-r--r-- | libgloss/msp430/msp430xl-sim.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld index 0cd9d3fff..c0f5a1f75 100644 --- a/libgloss/msp430/msp430xl-sim.ld +++ b/libgloss/msp430/msp430xl-sim.ld @@ -317,7 +317,7 @@ SECTIONS . = ALIGN(2); __high_bssend = .; } > HIFRAM - PROVIDE (__high_bsssize = SIZEOF(.upper.bss)); + __high_bsssize = SIZEOF(.upper.bss); /* We create this section so that "end" will always be in the HIFRAM region (matching .stack below), even if the .upper.bss |