Always define __high_bsssize, do not just PROVIDE it.

* msp430/msp430xl-sim.ld (__high_bsssize): Define.
This commit is contained in:
Nick Clifton 2015-12-04 10:14:10 +00:00
parent f71d48d06f
commit 3ff65caea5
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
2015-11-23 Nick Clifton <nickc@redhat.com>
2015-12-04 Nick Clifton <nickc@redhat.com>
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
2015-11-23 Nick Clifton <nickc@redhat.com>
* msp430/msp430xl-sim.ld (__high_bsssize): Provide.
2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com>
* configure: Add ARC support.

View File

@ -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