This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 610e5e2 [RS6000] -mno-vsx should force -mno-power9-dform new 948818f [libgcc]
The 1 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/testsuite/ChangeLog | 8 ++++ gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 22 +++++++++ gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 22 +++++++++ libgcc/ChangeLog | 12 +++++ libgcc/config/rs6000/_divkc3.c | 64 ++++++++++++++++++++++++++ libgcc/config/rs6000/_mulkc3.c | 69 +++++++++++++++++++++++++++++ libgcc/config/rs6000/quad-float128.h | 8 ++++ libgcc/config/rs6000/t-float128 | 2 +- 8 files changed, 206 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/divkc3-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/mulkc3-1.c create mode 100644 libgcc/config/rs6000/_divkc3.c create mode 100644 libgcc/config/rs6000/_mulkc3.c