This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06f3e75c775 Fix typo in libgcc/Makefile.in new 3689d355ba7 gcc/testsuite/ChangeLog: new de75d34a247 Convert pdp11 back end to CCmode.
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 | 69 + gcc/common/config/pdp11/pdp11-common.c | 20 +- gcc/config/pdp11/constraints.md | 15 +- gcc/config/pdp11/pdp11-modes.def | 22 +- gcc/config/pdp11/pdp11-protos.h | 13 +- gcc/config/pdp11/pdp11.c | 559 +++++--- gcc/config/pdp11/pdp11.h | 142 +- gcc/config/pdp11/pdp11.md | 1439 ++++++++++++-------- gcc/config/pdp11/pdp11.opt | 16 - gcc/config/pdp11/predicates.md | 15 +- gcc/doc/invoke.texi | 48 +- gcc/doc/md.texi | 10 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.target/powerpc/vsx-vector-abss.c | 96 ++ 14 files changed, 1606 insertions(+), 864 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-vector-abss.c