This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3687123e00 2017-11-17 Richard Biener rguenther@suse.de new 5f42446cf10 Enable building libgcc with CET options. new 56f2814dd6b 2017-11-17 Richard Biener rguenther@suse.de
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: config/ChangeLog | 4 ++ config/cet.m4 | 38 +++++++++++++++++ gcc/ChangeLog | 15 +++++++ gcc/config.gcc | 4 +- gcc/config/i386/cet.h | 93 ++++++++++++++++++++++++++++++++++++++++++ gcc/doc/install.texi | 13 ++++++ gcc/fortran/ChangeLog | 7 ++++ gcc/fortran/trans-stmt.c | 2 +- gcc/gimplify.c | 1 + gcc/tree-cfg.c | 4 ++ gcc/tree-core.h | 1 + gcc/tree-pretty-print.c | 3 ++ libgcc/ChangeLog | 18 ++++++++ libgcc/Makefile.in | 5 ++- libgcc/config/i386/morestack.S | 3 ++ libgcc/config/i386/resms64.h | 2 + libgcc/config/i386/resms64f.h | 2 + libgcc/config/i386/resms64fx.h | 2 + libgcc/config/i386/resms64x.h | 2 + libgcc/config/i386/savms64.h | 2 + libgcc/config/i386/savms64f.h | 2 + libgcc/config/i386/t-linux | 3 +- libgcc/configure | 72 ++++++++++++++++++++++++++++++++ libgcc/configure.ac | 4 ++ 24 files changed, 297 insertions(+), 5 deletions(-) create mode 100644 config/cet.m4 create mode 100644 gcc/config/i386/cet.h