This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d7941da28e Patch ieee128-lib-patch009b new 3d1ca857784 PRU: Fix comment to avoid fall through warning new f886644bd4b PRU: Simplify machine description new 09d8b020dbc PRU: Fix R3.w0 register class new 931dfb70abc testsuite: pru: Add clobber test new 1ea8de4c8c2 PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBERED new 4461384026a RTEMS: Improve GCC specification
The 6 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 | 34 +++++++++ gcc/config/or1k/rtems.h | 3 + gcc/config/pru/pru.c | 80 ++++------------------ gcc/config/pru/pru.h | 11 ++- gcc/config/pru/pru.md | 6 +- gcc/config/rs6000/rtems.h | 3 + gcc/config/rtems.h | 26 ++++--- gcc/config/v850/rtems.h | 3 + gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/gcc.target/pru/clobber-sp.c | 24 +++++++ .../pru/lra-framepointer-fragmentation-1.c | 5 +- .../pru/lra-framepointer-fragmentation-2.c | 10 +-- 12 files changed, 129 insertions(+), 86 deletions(-) create mode 100644 gcc/testsuite/gcc.target/pru/clobber-sp.c