diff options
author | Nick Clifton <nickc@redhat.com> | 2015-10-06 17:33:16 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-10-06 17:33:16 +0100 |
commit | 3b8933900fe28efec3511d32f7a7c6cf0e5105a7 (patch) | |
tree | bbacdafc21691a2d2fc0a80c5ffd974327868f7f /libgloss/ChangeLog | |
parent | f296bb3569839b0217ec1a775165d239877e3548 (diff) | |
download | cygnal-3b8933900fe28efec3511d32f7a7c6cf0e5105a7.tar.gz cygnal-3b8933900fe28efec3511d32f7a7c6cf0e5105a7.tar.bz2 cygnal-3b8933900fe28efec3511d32f7a7c6cf0e5105a7.zip |
Add support for persistent data to the MSP430 linker scripts.
* msp430/msp430-sim.ld: Add .persistent section.
Tidy up section layout.
Start RAM above hardware multiply registers.
* msp430/msp430xl-sim.ld: Likewise.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 61db4e7fa..be11a3c48 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,10 @@ +2015-10-06 Nick Clifton <nickc@redhat.com> + + * msp430/msp430-sim.ld: Add .persistent section. + Tidy up section layout. + Start RAM above hardware multiply registers. + * msp430/msp430xl-sim.ld: Likewise. + 2015-09-04 James Bowman <james.bowman@ftdichip.com> * configure.in: Add ft32 support. |