This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2f8e6eda4cf MSP430: Add new methods of finding external MCU data file new 04f59c00115 Regenerate gcc/configure new 42c28c484ce MSP430: Add -mtiny-printf option
The 2 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: gcc/ChangeLog | 19 +++++++++++ gcc/config.in | 7 ++++ gcc/config/msp430/msp430.c | 6 ++++ gcc/config/msp430/msp430.h | 3 +- gcc/config/msp430/msp430.opt | 4 +++ gcc/configure | 49 ++++++++++++++++----------- gcc/configure.ac | 16 +++++++++ gcc/doc/invoke.texi | 15 +++++++- gcc/testsuite/ChangeLog | 4 +++ gcc/testsuite/gcc.target/msp430/tiny-printf.c | 3 ++ 10 files changed, 104 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/tiny-printf.c