This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9dbff9c0552 Revert "Revert "combine: Don't combine if I2 does not change"" new f68e90a0fe8 Remove obsolete Solaris 11.3 support
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: c++tools/Makefile.in | 3 +- c++tools/configure | 211 ---------------------------- c++tools/configure.ac | 10 -- gcc/Makefile.in | 1 - gcc/aclocal.m4 | 1 - gcc/config.gcc | 16 +-- gcc/config.in | 13 -- gcc/config/i386/i386.cc | 10 +- gcc/config/sol2.h | 22 +-- gcc/configure | 224 +----------------------------- gcc/configure.ac | 58 +------- gcc/cp/Make-lang.in | 2 +- gcc/doc/install.texi | 39 ++---- gcc/objcp/Make-lang.in | 2 +- gcc/testsuite/lib/target-supports.exp | 8 +- gcc/varasm.cc | 6 +- libgcc/config.host | 23 +-- libgcc/config.in | 3 - libgcc/config/i386/sol2-c1.S | 173 ----------------------- libgcc/config/sol2/gmon.c | 23 --- libgcc/config/sol2/t-sol2 | 6 - libgcc/config/sparc/sol2-c1.S | 103 -------------- libgcc/configure | 32 ----- libgcc/configure.ac | 25 ---- libstdc++-v3/testsuite/lib/dg-options.exp | 6 +- 25 files changed, 43 insertions(+), 977 deletions(-) delete mode 100644 libgcc/config/i386/sol2-c1.S delete mode 100644 libgcc/config/sparc/sol2-c1.S