From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120649 invoked by alias); 4 Dec 2015 10:14:44 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 120581 invoked by uid 395); 4 Dec 2015 10:14:43 -0000 Date: Fri, 04 Dec 2015 10:14:00 -0000 Message-ID: <20151204101443.120579.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Nick Clifton To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Always define __high_bsssize, do not just PROVIDE it. X-Act-Checkin: newlib-cygwin X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/master X-Git-Oldrev: f71d48d06f66174d413030169fa153fc2e830dad X-Git-Newrev: 3ff65caea58441cecf65a53f01a7e566be01c51c X-SW-Source: 2015-q4/txt/msg00067.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=3ff65caea58441cecf65a53f01a7e566be01c51c commit 3ff65caea58441cecf65a53f01a7e566be01c51c Author: Nick Clifton Date: Fri Dec 4 10:14:10 2015 +0000 Always define __high_bsssize, do not just PROVIDE it. * msp430/msp430xl-sim.ld (__high_bsssize): Define. Diff: --- libgloss/ChangeLog | 6 +++++- libgloss/msp430/msp430xl-sim.ld | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index d5d9dbc..6556028 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,7 +1,11 @@ -2015-11-23 Nick Clifton +2015-12-04 Nick Clifton * msp430/msp430xl-sim.ld (__high_bsssize): Define. +2015-11-23 Nick Clifton + + * msp430/msp430xl-sim.ld (__high_bsssize): Provide. + 2015-11-12 Anton Kolesov * configure: Add ARC support. diff --git a/libgloss/msp430/msp430xl-sim.ld b/libgloss/msp430/msp430xl-sim.ld index 0cd9d3f..c0f5a1f 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