This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9118863 Introduce new param: AVG_LOOP_NITER new 244f142 [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 | 5 +++ gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 22 +++++++++ gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 22 +++++++++ libgcc/ChangeLog | 9 ++++ 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, 200 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