diff options
author | Nick Clifton <nickc@redhat.com> | 2015-12-04 10:14:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-12-04 10:14:10 +0000 |
commit | 3ff65caea58441cecf65a53f01a7e566be01c51c (patch) | |
tree | 3807dd1b362ff1d1d1c88d0e0ce9fe2b64f8a18f /libgloss/ChangeLog | |
parent | f71d48d06f66174d413030169fa153fc2e830dad (diff) | |
download | cygnal-3ff65caea58441cecf65a53f01a7e566be01c51c.tar.gz cygnal-3ff65caea58441cecf65a53f01a7e566be01c51c.tar.bz2 cygnal-3ff65caea58441cecf65a53f01a7e566be01c51c.zip |
Always define __high_bsssize, do not just PROVIDE it.
* msp430/msp430xl-sim.ld (__high_bsssize): Define.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 6 |
1 files changed, 5 insertions, 1 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. |