mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 00:38:06 +08:00
Fix initialisation of .upper.bss for the MSP430.
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
This commit is contained in:
parent
26a8b62e9a
commit
c70d8f454a
@ -1,3 +1,7 @@
|
|||||||
|
2015-11-23 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
|
||||||
|
|
||||||
2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com>
|
2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com>
|
||||||
|
|
||||||
* configure: Add ARC support.
|
* configure: Add ARC support.
|
||||||
|
@ -317,6 +317,7 @@ SECTIONS
|
|||||||
. = ALIGN(2);
|
. = ALIGN(2);
|
||||||
__high_bssend = .;
|
__high_bssend = .;
|
||||||
} > HIFRAM
|
} > HIFRAM
|
||||||
|
PROVIDE (__high_bsssize = SIZEOF(.upper.bss));
|
||||||
|
|
||||||
/* We create this section so that "end" will always be in the
|
/* We create this section so that "end" will always be in the
|
||||||
HIFRAM region (matching .stack below), even if the .upper.bss
|
HIFRAM region (matching .stack below), even if the .upper.bss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user