diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-23 09:00:23 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-23 09:00:23 +0000 |
commit | c70d8f454a3639602296f57e247013e4c82a4857 (patch) | |
tree | 4b626606ca153771cf58de5c3158b90736d85cd4 /libgloss/msp430 | |
parent | 26a8b62e9a3398bc0308e13edfa053a01eb0cc21 (diff) | |
download | newlib-c70d8f454a3639602296f57e247013e4c82a4857.zip newlib-c70d8f454a3639602296f57e247013e4c82a4857.tar.gz newlib-c70d8f454a3639602296f57e247013e4c82a4857.tar.bz2 |
Fix initialisation of .upper.bss for the MSP430.
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
Diffstat (limited to 'libgloss/msp430')
-rw-r--r-- | libgloss/msp430/msp430xl-sim.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld index 71e4543..0cd9d3f 100644 --- a/libgloss/msp430/msp430xl-sim.ld +++ b/libgloss/msp430/msp430xl-sim.ld @@ -317,6 +317,7 @@ SECTIONS . = ALIGN(2); __high_bssend = .; } > HIFRAM + PROVIDE (__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 |