This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bde822dd34 Enable building libstdc++-v3 with Intel CET new c5b2145b528 Enable building libsanitizer with Intel CET
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: libsanitizer/ChangeLog | 26 +++++++ libsanitizer/Makefile.in | 6 +- libsanitizer/acinclude.m4 | 2 + libsanitizer/asan/Makefile.am | 1 + libsanitizer/asan/Makefile.in | 8 ++- libsanitizer/configure | 84 +++++++++++++++++++++- libsanitizer/configure.ac | 9 +++ libsanitizer/interception/Makefile.am | 1 + libsanitizer/interception/Makefile.in | 8 ++- libsanitizer/libbacktrace/Makefile.am | 2 + libsanitizer/libbacktrace/Makefile.in | 11 ++- libsanitizer/lsan/Makefile.am | 1 + libsanitizer/lsan/Makefile.in | 8 ++- libsanitizer/sanitizer_common/Makefile.am | 2 + libsanitizer/sanitizer_common/Makefile.in | 9 ++- .../sanitizer_common/sanitizer_linux_x86_64.S | 2 + libsanitizer/tsan/Makefile.am | 1 + libsanitizer/tsan/Makefile.in | 8 ++- libsanitizer/tsan/tsan_rtl_amd64.S | 7 ++ libsanitizer/ubsan/Makefile.am | 1 + libsanitizer/ubsan/Makefile.in | 8 ++- 21 files changed, 187 insertions(+), 18 deletions(-)