Always define __high_bsssize, do not just PROVIDE it.
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user