This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d790a6d6cb3 MSP430: Put libgcc shift functions in their own section new e9b88d36bd5 MSP430: Emulate 16-bit shifts with rotate insn when src ope [...] new 611ede9d00a * configure: Regenerate.
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 | 12 ++++++++++++ gcc/config/msp430/msp430.md | 15 +++++++++------ gcc/configure | 2 +- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/msp430/emulate-slli.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/msp430/emulate-srai.c | 15 +++++++++++++++ gcc/testsuite/gcc.target/msp430/emulate-srli.c | 15 +++++++++++++++ 7 files changed, 73 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/msp430/emulate-slli.c create mode 100644 gcc/testsuite/gcc.target/msp430/emulate-srai.c create mode 100644 gcc/testsuite/gcc.target/msp430/emulate-srli.c