diff options
-rw-r--r-- | libgloss/ChangeLog | 6 | ||||
-rw-r--r-- | libgloss/msp430/msp430xl-sim.ld | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index d5d9dbc67..65560285c 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -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. 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 |