This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 204efa6bb Cygwin: use win pid+threadid for forkables dirname new a2e81650d Fix definition of write() to use const char * for the type of [...] new 2af6ad9f0 Copy prerequisite file for "tiny" printf implementation new 1e6c561d4 Implement reduced code size "tiny" printf and puts
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libgloss/msp430/write.c | 9 +- newlib/libc/machine/msp430/Makefile.am | 9 +- newlib/libc/machine/msp430/Makefile.in | 33 +++- newlib/libc/machine/msp430/configure | 28 ++++ newlib/libc/machine/msp430/configure.in | 11 ++ newlib/libc/machine/msp430/tiny-printf.c | 272 +++++++++++++++++++++++++++++++ newlib/libc/machine/msp430/tiny-puts.c | 20 +++ 7 files changed, 374 insertions(+), 8 deletions(-) create mode 100644 newlib/libc/machine/msp430/tiny-printf.c create mode 100644 newlib/libc/machine/msp430/tiny-puts.c