Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-12-04 13:14:10 +0300
committerNick Clifton <nickc@redhat.com>2015-12-04 13:14:10 +0300
commit3ff65caea58441cecf65a53f01a7e566be01c51c (patch)
tree3807dd1b362ff1d1d1c88d0e0ce9fe2b64f8a18f /libgloss/msp430
parentf71d48d06f66174d413030169fa153fc2e830dad (diff)
Always define __high_bsssize, do not just PROVIDE it.
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
Diffstat (limited to 'libgloss/msp430')
-rw-r--r--libgloss/msp430/msp430xl-sim.ld2
1 files changed, 1 insertions, 1 deletions
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