summaryrefslogtreecommitdiffstats
path: root/libgloss/msp430/syscalls.S
Commit message (Collapse)AuthorAgeFilesLines
* Add support for persistent data to the MSP430 linker scripts.Nick Clifton2015-10-061-0/+7
| | | | | | | * msp430/msp430-sim.ld: Add .persistent section. Tidy up section layout. Start RAM above hardware multiply registers. * msp430/msp430xl-sim.ld: Likewise.
* [newlib]DJ Delorie2013-05-131-0/+66
* configure.host (msp430): Add. * libc/include/machine/ieeefp.h: Add MSP430 support. * libc/include/machine/setjmp.h: Likewise. * libc/include/sys/config.h: Likewise. * libc/machine/configure.in (msp430): Add. * libc/machine/configure: Regenerate. * libc/machine/msp430: New directory. [libgloss] * configure.in (msp430*-*-elf): Add. * configure: Regenerate. * msp430: New directory.