aboutsummaryrefslogtreecommitdiff
path: root/libgloss/msp430/write.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15Fix definition of write() to use const char * for the type of the bufferJozef Lawrynowicz1-4/+5
2017-05-26Fix thinko in MSP430 libgloss implementation of write() system call.Martin Young1-1/+1
2013-05-13[newlib]DJ Delorie1-0/+59
* 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.