This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5dfed983bb7 2017-11-17 Steve Ellcey sellcey@cavium.com new 65d4019c2e9 Enable building libobjc with Intel CET new fae12d43288 2017-11-17 Steve Ellcey sellcey@cavium.com new 76501cd11b4 2017-11-17 Steve Ellcey sellcey@cavium.com new d92b55a2603 Add extra field to gtm_jmpbuf on x86 only new 18b93198746 Enable building libitm with Intel CET
The 5 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/ChangeLog | 5 ++ gcc/config/aarch64/aarch64-simd.md | 5 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.target/aarch64/fmls.c | 19 ++++++ libitm/ChangeLog | 20 ++++++ libitm/Makefile.in | 2 +- libitm/acinclude.m4 | 1 + libitm/config/x86/sjlj.S | 113 ++++++++++++++++++++++++++------ libitm/config/x86/target.h | 2 + libitm/configure | 76 ++++++++++++++++++++- libitm/configure.ac | 4 ++ libitm/testsuite/Makefile.in | 2 +- libobjc/ChangeLog | 7 ++ libobjc/Makefile.in | 5 +- libobjc/aclocal.m4 | 1 + libobjc/configure | 80 +++++++++++++++++++++- libobjc/configure.ac | 5 ++ 17 files changed, 319 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/fmls.c