Commit: MSP430: Add support for upper and lower sections
Nick Clifton
nickc@redhat.com
Thu Nov 13 10:18:00 GMT 2014
Hi Guys,
I am applying the patch below to add support for upper and lower
sections to the MSP430's msp430xl-sim.ld linker script. These
sections are used to help partition a program betweem low (< 64K) and
high (> 64K) memory regions which are found on a number MSP430 chips.
Cheers
Nick
libgloss/ChangeLog
2014-11-13 Nick Clifton <nickc@redhat.com>
* msp430/Makefile.in (CRT_OBJS): Add crt_high_bss.o.
* msp430/crt0.S (high_bss): Add.
* msp430/msp430-sim.ld: Add error message if .upper sections are
detected.
* msp430/msp430xl-sim.ld (MEMORY): Adjust to better mimic real
life MCUs. Add support for upper and lower sections.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msp430.script.patch
Type: text/x-patch
Size: 10602 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20141113/ad0a5739/attachment.bin>
More information about the Newlib
mailing list